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/sexp/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sexp/util.rs') diff --git a/src/sexp/util.rs b/src/sexp/util.rs index 0818e6b..f01dab9 100644 --- a/src/sexp/util.rs +++ b/src/sexp/util.rs @@ -40,7 +40,7 @@ impl SExp { /// lists aren't Nil-terminated. /// /// ```rust - /// use melisp::sexp::{SExp::*, SLeaf::*, util::*}; + /// use myslip::sexp::{SExp::*, SLeaf::*, util::*}; /// assert_eq!( /// scons(1, scons(2, scons(3, Nil))).into_vec(), /// Ok(vec![Int(1), Int(2), Int(3)]) -- cgit v1.2.3