From ed6917070c1a5b07eb03cdc710fc9e31ea117ae4 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 26 Oct 2023 14:51:13 -0500 Subject: [PATCH] interpreter: fix comment --- libconlang/src/interpreter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libconlang/src/interpreter.rs b/libconlang/src/interpreter.rs index e891ddf..2d2958b 100644 --- a/libconlang/src/interpreter.rs +++ b/libconlang/src/interpreter.rs @@ -5,7 +5,7 @@ use error::{Error, IResult, Reason}; use temp_type_impl::ConValue; pub mod temp_type_impl { - //! Temporary implementations of Conlang values until I'm able to + //! Temporary implementations of Conlang values use super::error::{Error, IResult, Reason}; use std::ops::*; /// A Conlang value