Skip to content

Commit

Permalink
README: Update intro
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Apr 7, 2017
1 parent c2a343f commit d092f8a
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
@@ -1,6 +1,6 @@
# Require

Easily require an `Optional` value to be non-`nil`, and crash gracefully if that's false.
Require lets you easily require `Optional` values to be non-`nil`, or crash gracefully.

Sometimes you have optional values in your code that are not really optional, and will cause your
application to enter an undefined state if `nil`. Require makes it easy to avoid such states, by
Expand Down

0 comments on commit d092f8a

Please sign in to comment.