diff --git a/common/src/zalgo_string/mod.rs b/common/src/zalgo_string/mod.rs index 20610aa..c8024d6 100644 --- a/common/src/zalgo_string/mod.rs +++ b/common/src/zalgo_string/mod.rs @@ -464,6 +464,9 @@ impl ZalgoString { /// of the string down one index. /// /// It is the same as calling [`ZalgoString::into_string()`] followed by [`String::remove(0)`](String::remove). + /// + /// Just like [`as_combining_chars`](ZalgoString::as_combining_chars) the result of this method can not + /// be decoded by [`zalgo_decode`]. /// /// # Example ///