Skip to content

Commit

Permalink
Editorial: fix remaining "is zero" (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 12, 2020
1 parent 0958d3d commit ae09034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -4197,7 +4197,7 @@ <h1>ToBoolean ( _argument_ )</h1>
String
</td>
<td>
If _argument_ is the empty String (its length is zero), return *false*; otherwise return *true*.
If _argument_ is the empty String (its length is *0*<sub>𝔽</sub>), return *false*; otherwise return *true*.
</td>
</tr>
<tr>
Expand Down

0 comments on commit ae09034

Please sign in to comment.