Skip to content

Commit 3f5fc33

Browse files
committed
spelling: separator
1 parent 70dfaef commit 3f5fc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use private::{
2020
pub fn is_valid(_code: &str) -> bool {
2121
let mut code: String = _code.to_string();
2222
if code.len() < 3 {
23-
// A code must have at-least a separater character + 1 lat/lng pair
23+
// A code must have at-least a separator character + 1 lat/lng pair
2424
return false;
2525
}
2626

0 commit comments

Comments
 (0)