Skip to content

Commit 45e0a63

Browse files
davesnxanmonteiro
andauthored
Update docs/working-with-optional-data.md
Co-authored-by: Antonio Nuno Monteiro <[email protected]>
1 parent 2450717 commit 45e0a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/working-with-optional-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Working with Optional Data
33
---
44

5-
If you're coming from JavaScript, optional data can be a real pain in the butt. ReasonML removes a *whole class* of `null` and `undefined` bugs which makes your code safer and easier to write, but it takes some good examples to get you there :smile:
5+
If you're coming from JavaScript, optional data can be a real pain. ReasonML removes a *whole class* of `null` and `undefined` bugs which makes your code safer and easier to write, but it takes some good examples to get you there :smile:
66

77
ReasonML uses the `option` type to represent optional data. As defined in the standard library [here](https://reasonml.github.io/api/Option.html).
88

0 commit comments

Comments
 (0)