Skip to content

Commit 4af26c6

Browse files
authored
Update README.md
1 parent fc56fa8 commit 4af26c6

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 "optionallu" 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, and a fantastic means of reducing primitive congestion in your code.
6262

6363
### Creating Options
6464

0 commit comments

Comments
 (0)