Skip to content

Commit

Permalink
Update proposals/scopes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenl authored Jun 25, 2024
1 parent c8bcfd9 commit 38132c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Note: Each DATA represents one VLQ number.
* If M == -1, then
* Do nothing.
* Note: The variable is not accessible within this generated range.
* Else if M > 0, then
* Else if M >= 0, then
* M is used as an index into `names` field
* Note: The variable is accessible by evaluating the value expression for the entirety of this generated range.
* Else,
Expand Down

0 comments on commit 38132c1

Please sign in to comment.