aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/builder')
-rw-r--r--src/utils/builder/search.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/builder/search.rs b/src/utils/builder/search.rs
index 1aadec4..47863ca 100644
--- a/src/utils/builder/search.rs
+++ b/src/utils/builder/search.rs
@@ -19,7 +19,7 @@ pub enum SortingMode {
}
impl SortingMode {
- /// Retrieves the name of the sorting mode. This is equivilant to a
+ /// Retrieves the name of the sorting mode. This is equivalent to a
/// lowercase string version of each variant.
pub fn name(&self) -> &str {
match *self {
@@ -60,7 +60,7 @@ pub enum SortingOrder {
}
impl SortingOrder {
- /// Retrieves the name of the sorting order. This is equivilant to a
+ /// Retrieves the name of the sorting order. This is equivalent to a
/// lowercase string version of each variant.
pub fn name(&self) -> &str {
match *self {