Skip to content

Commit 4c7c592

Browse files
committed
Correct language area
1 parent 4eb9ab0 commit 4c7c592

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

1-Draft/RFCNNNN-#Requires-Additions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Robert Holt
44
Status: Draft
55
SupercededBy:
66
Version:
7-
Area: \#requires
7+
Area: Hash-requires
88
Comments Due: 2018-05-15
99
Plan to implement: Yes
1010
---
@@ -26,8 +26,9 @@ These features are documented in [about_Requires](https://docs.microsoft.com/en-
2626
> cannot use them in functions, cmdlets, or snap-ins.
2727
2828
Currently however, this is untrue, as `#requires`
29-
statements are effectively hoisted to the top of any
30-
script, no matter where they are placed in that script.
29+
statements are allowed by the parser/tokenizer anywhere in
30+
a script and then effectively hoisted to the top of that
31+
script, no matter where they are placed.
3132

3233
This RFC proposes the following changes:
3334

0 commit comments

Comments
 (0)