Skip to content

Commit 71be65d

Browse files
authored
Merge pull request getify#893 from abroz/patch-1
Grammar - why clause SV order
2 parents 40f16aa + e00b41b commit 71be65d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types & grammar/ch5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In fact, if you've done much code experimenting in your console (or in a JavaScr
4747

4848
But what the console prints out for the completion value isn't something we can use inside our program. So how can we capture the completion value?
4949

50-
That's a much more complicated task. Before we explain *how*, let's explore *why* would you want to do that?
50+
That's a much more complicated task. Before we explain *how*, let's explore *why* you would want to do that.
5151

5252
We need to consider other types of statement completion values. For example, any regular `{ .. }` block has a completion value of the completion value of its last contained statement/expression.
5353

0 commit comments

Comments
 (0)