Skip to content

Commit b23901c

Browse files
authored
docs: remove frequency from doc-str
1 parent b589d2a commit b23901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/string/anagram.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fn clean_string(s: &str) -> Result<String, AnagramError> {
4949
.collect()
5050
}
5151

52-
/// Computes the frequency of characters in a string.
52+
/// Computes the histogram of characters in a string.
5353
///
5454
/// # Arguments
5555
///

0 commit comments

Comments
 (0)