diff --git a/README.md b/README.md index a6605ab..40c33ca 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Currently missing relevant features (TODOs) are: - ~~Arrays~~ (DONE) - Structs (and custom types as such) - Extern functions -- Strings +- ~~Strings~~ (DONE) - Loops ### Why "Reid" diff --git a/reid/src/lib.rs b/reid/src/lib.rs index a47795d..5173f35 100644 --- a/reid/src/lib.rs +++ b/reid/src/lib.rs @@ -36,7 +36,7 @@ //! - ~~Arrays~~ (DONE) //! - Structs (and custom types as such) //! - Extern functions -//! - Strings +//! - ~~Strings~~ (DONE) //! - Loops //! ```