Fix typo in test from rename
This commit is contained in:
parent
9ec35cf684
commit
5b6ff3869c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ where
|
|||
|
||||
/// Find the common prefix from a collection of strings and return a slice
|
||||
/// ```
|
||||
/// use conduwiit_core::utils::string::common_prefix;
|
||||
/// use conduwuit_core::utils::string::common_prefix;
|
||||
/// let input = ["conduwuit", "conduit", "construct"];
|
||||
/// common_prefix(&input) == "con";
|
||||
/// ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue