Skip to content

Commit

Permalink
Fix a typo in Skylark specification
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 183077008
  • Loading branch information
vladmos authored and Copybara-Service committed Jan 24, 2018
1 parent efb0936 commit 2e76741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/skylark/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -3180,7 +3180,7 @@ IfStmt = 'if' Test ':' Suite {'elif' Test ':' Suite} ['else' ':' Suite] .
ForStmt = 'for' LoopVariables 'in' Expression ':' Suite .
Suite = [newline indent {Statement} outdent] SimpleStmt .
Suite = [newline indent {Statement} outdent] | SimpleStmt .
SimpleStmt = SmallStmt {';' SmallStmt} [';'] '\n' .
# NOTE: '\n' optional at EOF
Expand Down

0 comments on commit 2e76741

Please sign in to comment.