Fix typo in test from rename
This commit is contained in:
@@ -84,7 +84,7 @@ where
|
|||||||
|
|
||||||
/// Find the common prefix from a collection of strings and return a slice
|
/// 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"];
|
/// let input = ["conduwuit", "conduit", "construct"];
|
||||||
/// common_prefix(&input) == "con";
|
/// common_prefix(&input) == "con";
|
||||||
/// ```
|
/// ```
|
||||||
|
|||||||
Reference in New Issue
Block a user