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