From 0d9c5b7fd7dec374ec357581f721f5cdc828b7ae Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Tue, 5 Aug 2025 00:02:13 +0300 Subject: Changed project name --- src/type/subst.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/type/subst.rs') 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())]) -- cgit v1.2.3