Skip to content

Commit 1627922

Browse files
unless is useful outside of single-line statements
1 parent 981db17 commit 1627922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/index.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ Expressions
628628
are the same as boolean <tt>true</tt>, while <tt>off</tt> and <tt>no</tt> are boolean <tt>false</tt>.
629629
</p>
630630
<p>
631-
For single-line statements, <tt>unless</tt> can be used as the inverse of <tt>if</tt>.
631+
<tt>unless</tt> can be used as the inverse of <tt>if</tt>.
632632
</p>
633633
<p>
634634
As a shortcut for <tt>this.property</tt>, you can use <tt>@property</tt>.

0 commit comments

Comments
 (0)