summaryrefslogtreecommitdiff
path: root/src/library/mod.rs
diff options
context:
space:
mode:
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();
$(