diff options
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(); $( |
