Skip to content

Commit

Permalink
Small grammar fix in description of Nil#try
Browse files Browse the repository at this point in the history
  • Loading branch information
orangethunder authored and Martin Verzilli committed May 5, 2017
1 parent a859fa9 commit 238e207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nil.cr
Expand Up @@ -92,7 +92,7 @@ struct Nil
io << "nil"
end

# Doesn't yields to the block.
# Doesn't yield to the block.
#
# See also: `Object#try`.
def try(&block)
Expand Down

0 comments on commit 238e207

Please sign in to comment.