aboutsummaryrefslogtreecommitdiff
path: root/src/type/subst.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/type/subst.rs')
-rw-r--r--src/type/subst.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type/subst.rs b/src/type/subst.rs
index 6e92584..1774770 100644
--- a/src/type/subst.rs
+++ b/src/type/subst.rs
@@ -8,7 +8,7 @@ impl Type {
/// named `name` with the given type `value`
/// in the type.
/// ```rust
- /// use melisp::r#type::{Type::*, util::*};
+ /// use myslip::r#type::{Type::*, util::*};
///
/// assert_eq!(
/// List(vec![Integer, arr(Integer, VarType("A".to_string())), VarType("B".to_string())])