@@ -87,7 +87,7 @@ where
|
||||
|
||||
/// Find the common prefix from a collection of strings and return a slice
|
||||
/// ```
|
||||
/// use conduwuit_core::utils::string::common_prefix;
|
||||
/// use tuwunel_core::utils::string::common_prefix;
|
||||
/// let input = ["conduwuit", "conduit", "construct"];
|
||||
/// common_prefix(&input) == "con";
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user