From 15b9a884cd5f5fd403cec9929fa58d86b0a9046f Mon Sep 17 00:00:00 2001 From: nasa9084 Date: Fri, 30 Sep 2022 19:40:54 +0900 Subject: [PATCH] Fix typo in Future Keywords (#5192) Signed-off-by: nasa9084 --- docs/content/policy-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/policy-language.md b/docs/content/policy-language.md index 28137c70b2..eaa0b517e3 100644 --- a/docs/content/policy-language.md +++ b/docs/content/policy-language.md @@ -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