Skip to content

Commit fc955a7

Browse files
committed
Extra label
1 parent ea3232a commit fc955a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gleam/list.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ if javascript {
616616
/// let new_list = [1, ..existing_list]
617617
/// ```
618618
///
619-
pub fn prepend(to list: List(a), item: a) -> List(a) {
619+
pub fn prepend(to list: List(a), this item: a) -> List(a) {
620620
[item, ..list]
621621
}
622622

0 commit comments

Comments
 (0)