mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Fix typo from segements to segments
This commit is contained in:
parent
3e03c1fb93
commit
006bc6163b
2 changed files with 2 additions and 2 deletions
|
@ -23,5 +23,5 @@ pub const MATH_ATAN: &str = "roc_builtins.math.atan";
|
|||
pub const MATH_IS_FINITE: &str = "roc_builtins.math.is_finite";
|
||||
pub const MATH_POW_INT: &str = "roc_builtins.math.pow_int";
|
||||
|
||||
pub const STR_COUNT_SEGEMENTS: &str = "roc_builtins.str.count_segements";
|
||||
pub const STR_COUNT_SEGMENTS: &str = "roc_builtins.str.count_segments";
|
||||
pub const STR_STR_SPLIT_IN_PLACE: &str = "roc_builtins.str.str_split_in_place";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue