diff --git a/src/context.rs b/src/context.rs index 67d0d9f..40430a2 100644 --- a/src/context.rs +++ b/src/context.rs @@ -1,4 +1,4 @@ -//! An execution context that store variables and type data during the +//! An execution context that stores variables and type data during the //! [Interpreter][crate::Interpreter]'s abstraction and execution process. //! //! ## Setting values @@ -144,7 +144,7 @@ impl Context { Ok(None) } - /// Get a value from the context. + /// Get a type definition from the context. /// /// This will also return a built-in type definition if one matches the key. /// See the [module-level docs][self] for more info.