Skip to content

Commit

Permalink
Fix typo in Future Keywords (#5192)
Browse files Browse the repository at this point in the history
Signed-off-by: nasa9084 <nasa.9084.bassclarinet@gmail.com>
  • Loading branch information
nasa9084 committed Sep 30, 2022
1 parent b7f957d commit 15b9a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/policy-language.md
Expand Up @@ -1414,7 +1414,7 @@ To ensure backwards-compatibility, new keywords (like `every`) are introduced sl
In the first stage, users can opt-in to using the new keywords via a special import:

- `import future.keywords` introduces _all_ future keywords, and
- `import future.keyword.x` _only_ introduces the `x` keyword -- see below for all known future keywords.
- `import future.keywords.x` _only_ introduces the `x` keyword -- see below for all known future keywords.

{{< danger >}}
Using `import future.keywords` to import all future keywords means an **opt-out of a
Expand Down

0 comments on commit 15b9a88

Please sign in to comment.