Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pimbrouwers/Danom
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Nov 30, 2024
2 parents 952c0c4 + 4af26c6 commit 3e1db41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TryDivide(10, 2)

## Option

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.
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.

### Creating Options

Expand Down

0 comments on commit 3e1db41

Please sign in to comment.