Skip to content

Commit

Permalink
clean[docs]: Removed Master Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
watcol committed Dec 4, 2021
1 parent 1c21dbe commit dbf38c8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ types of keys:
- [Raw Key](#raw-key)
- [Local Key](#local-key)
- [Root Key](#root-key)
- [Master Key](#master-key)
#### Bare Key
Bare key is a basic way to express key, and a bare key starts with a
Expand Down Expand Up @@ -479,16 +478,6 @@ bar = .table.value # "table"
${.Not Root} = "Normal Raw Key"
```
#### Master Key
Master key is a way to access master table (another root table), prefixed with
a commercial at (`U+0040`). [Standard APIs](./api.md) will be stored into the
master table, and the master table will not be [rendered](#terms).
```toml
true = @true
inf = @inf
```
### Scope
Scope is a special table, used as the base point when refering keys. There are
three types of scopes:
Expand Down

0 comments on commit dbf38c8

Please sign in to comment.