Skip to content

Commit f1416b8

Browse files
committed
Fix a typo in the latest til
1 parent 577d8e8 commit f1416b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/use-a-case-statement-as-a-cond-statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Many languages come with a feature that usually takes the name _cond
44
statement_. It is essentially another way of writing an _if-elsif-else_
5-
statement. The first conditional in the _cond statement_ to evaluate to try
5+
statement. The first conditional in the _cond statement_ to evaluate to true
66
will then have its block evaluated.
77

88
Ruby doesn't have a _cond statement_, but it does have a _case statement_.

0 commit comments

Comments
 (0)