diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-12-21 00:40:09 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-12-21 00:40:09 +0100 |
| commit | e59de77f96d43fa675c5c733ccf39ec2c22e949e (patch) | |
| tree | 84d746c1d1ad863b8c8e2e9fda86ed842634a838 /src/library/mod.rs | |
| parent | 2b660968aa7e1e8efb7c396e17066a1a98c8c10e (diff) | |
Allow only a few predefined font classes in [font] 🚧
Diffstat (limited to 'src/library/mod.rs')
| -rw-r--r-- | src/library/mod.rs | 2 |
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(); $( |
