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 9dccafa commit 72eed8cCopy full SHA for 72eed8c
runtime/Stdlib_Pair.res
@@ -27,7 +27,7 @@ Pair.second((1, 2))->assertEqual(2)
27
external second: (('a, 'b)) => 'b = "%field1"
28
29
/**
30
- `ignore(option)` ignores the provided pair and returns unit.
+ `ignore(pair)` ignores the provided pair and returns unit.
31
32
This helper is useful when you want to discard a value (for example, the result of an operation with side effects)
33
without having to store or process it further.
0 commit comments