Skip to content

Commit

Permalink
Add newline in into_bytes docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 16, 2023
1 parent d37a992 commit 77de4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/zalgo_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ impl ZalgoString {
}

/// Converts `self` into a byte vector.
///
/// This simply returns the underlying buffer without any cloning or decoding.
///
/// # Example
Expand Down

0 comments on commit 77de4eb

Please sign in to comment.