Skip to content

Commit 35250f8

Browse files
committed
fix(wording): re-use wording wrt keywords from lang/spec/lexical
Signed-off-by: Elias Probst <[email protected]>
1 parent 10eccb0 commit 35250f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/lang/spec/kcl-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: KCL Spec
1010

1111
### Keywords and reserved words
1212

13-
The following are the keywords of the KCL:
13+
The following identifiers are used as reserved words, or keywords of the language, and cannot be used as ordinary identifiers. They must be spelled exactly as written here:
1414

1515
```
1616
True False None Undefined import
@@ -21,7 +21,7 @@ all any map filter lambda
2121
rule
2222
```
2323

24-
The following are reserved words for the KCL:
24+
The following tokens are not used, but they are reserved as possible future keywords:
2525

2626
```
2727
pass return validate rule flow

0 commit comments

Comments
 (0)