summaryrefslogtreecommitdiff
path: root/src/library/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-12-21 00:40:09 +0100
committerLaurenz <laurmaedje@gmail.com>2020-12-21 00:40:09 +0100
commite59de77f96d43fa675c5c733ccf39ec2c22e949e (patch)
tree84d746c1d1ad863b8c8e2e9fda86ed842634a838 /src/library/mod.rs
parent2b660968aa7e1e8efb7c396e17066a1a98c8c10e (diff)
Allow only a few predefined font classes in [font] 🚧
Diffstat (limited to 'src/library/mod.rs')
-rw-r--r--src/library/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/mod.rs b/src/library/mod.rs
index bd1feebb..806b0275 100644
--- a/src/library/mod.rs
+++ b/src/library/mod.rs
@@ -12,7 +12,7 @@ use crate::eval::{Scope, ValueFunc};
macro_rules! std {
($($func:expr $(=> $name:expr)?),* $(,)?) => {
- /// Create a scope with all standard library functions.
+ /// The scope containing all standard library functions.
pub fn _std() -> Scope {
let mut std = Scope::new();
$(