Skip to content

Commit 774a88a

Browse files
committed
docs: fix maxValue example showing minValue instead
1 parent eac9796 commit 774a88a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core__Float.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module Constants: {
102102
## Examples
103103
104104
```rescript
105-
Float.Constants.minValue
105+
Float.Constants.maxValue
106106
```
107107
*/
108108
@val

0 commit comments

Comments
 (0)