Skip to content

Commit

Permalink
Fix typo in test from rename
Browse files Browse the repository at this point in the history
  • Loading branch information
JadedBlueEyes committed Dec 17, 2024
1 parent 9ec35cf commit 5b6ff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
/// ```
Expand Down

0 comments on commit 5b6ff38

Please sign in to comment.