Skip to content

Commit

Permalink
Add note about decoding to into_combining_chars
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jan 14, 2024
1 parent b043e6e commit ce9da41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/src/zalgo_string/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit ce9da41

Please sign in to comment.