Skip to content

Commit 72eed8c

Browse files
committed
Typo
1 parent 9dccafa commit 72eed8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Stdlib_Pair.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Pair.second((1, 2))->assertEqual(2)
2727
external second: (('a, 'b)) => 'b = "%field1"
2828

2929
/**
30-
`ignore(option)` ignores the provided pair and returns unit.
30+
`ignore(pair)` ignores the provided pair and returns unit.
3131
3232
This helper is useful when you want to discard a value (for example, the result of an operation with side effects)
3333
without having to store or process it further.

0 commit comments

Comments
 (0)