Skip to content

Commit ae5a103

Browse files
authored
Fix small typo in RFC0035
1 parent 37a2dcd commit ae5a103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2-Draft-Accepted/RFC0035-#Requires-Additions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ This RFC proposes the following changes:
6363
6464
## Specification
6565

66-
1. `#requires` statements appearing before any
66+
1. `#requires` statements appearing after any
6767
line that is not blank or a comment (i.e. any semantic statement)
6868
will generate a warning at parse-time about being hoisted to the top of the script.
6969
Other comments, such as hashbangs, and blank lines
70-
preceing a `#requires` will not generate this warning.
70+
preceding a `#requires` will not generate this warning.
7171
2. `#requires` can take an `-OS` parameter,
7272
with possible arguments being `Windows`, `Linux` and `MacOS`.
7373
Multiple operating systems can be specified by providing arguments

0 commit comments

Comments
 (0)