Skip to content

Commit 3e1db41

Browse files
committed
Merge branch 'master' of https://github.com/pimbrouwers/Danom
2 parents 952c0c4 + 4af26c6 commit 3e1db41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ TryDivide(10, 2)
5858

5959
## Option
6060

61-
Options have an underlying type and can optionally hold a value of that type. Options are a much safer way to handle nullable values, they virtually eliminate null reference exceptions, and a fantastic means of reducing primitive congestion in your code.
61+
Options have an underlying type and can optionally hold a value of that type. Options are a much safer way to handle nullable values, they virtually eliminate null reference exceptions. They also provide a fantastic means of reducing primitive congestion in your code.
6262

6363
### Creating Options
6464

0 commit comments

Comments
 (0)