interpreter: fix comment
This commit is contained in:
parent
15a3d265df
commit
ed6917070c
@ -5,7 +5,7 @@ use error::{Error, IResult, Reason};
|
|||||||
use temp_type_impl::ConValue;
|
use temp_type_impl::ConValue;
|
||||||
|
|
||||||
pub mod temp_type_impl {
|
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 super::error::{Error, IResult, Reason};
|
||||||
use std::ops::*;
|
use std::ops::*;
|
||||||
/// A Conlang value
|
/// A Conlang value
|
||||||
|
Loading…
Reference in New Issue
Block a user