Skip to content

Commit 238e207

Browse files
orangethunderMartin Verzilli
authored and
Martin Verzilli
committedMay 5, 2017
Small grammar fix in description of Nil#try
1 parent a859fa9 commit 238e207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/nil.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct Nil
9292
io << "nil"
9393
end
9494

95-
# Doesn't yields to the block.
95+
# Doesn't yield to the block.
9696
#
9797
# See also: `Object#try`.
9898
def try(&block)

0 commit comments

Comments
 (0)
Please sign in to comment.