We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfa88a commit 043310bCopy full SHA for 043310b
src/gleam/string.gleam
@@ -189,7 +189,7 @@ pub fn compare(a: String, b: String) -> order.Order {
189
@external(javascript, "../gleam_stdlib.mjs", "less_than")
190
fn less_than(a: String, b: String) -> Bool
191
192
-/// Takes a substring given a start and end grapheme indexes. Negative indexes
+/// Takes a substring given a start grapheme index and a length. Negative indexes
193
/// are taken starting from the *end* of the list.
194
///
195
/// ## Examples
0 commit comments