Skip to content

Commit

Permalink
Merge pull request #536 from pradyunsg/misc/cleanups
Browse files Browse the repository at this point in the history
Remove incorrect/redundant statements
  • Loading branch information
pradyunsg committed May 22, 2018
2 parents c025ab6 + 34a9301 commit d3d6f32
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ key1 = "another string"
key2 = 456
```

Dots are prohibited in bare keys because dots are used to signify nested tables.
Naming rules for tables are the same as for keys (see definition of Keys above).

```toml
Expand Down Expand Up @@ -635,16 +634,6 @@ b = 1
c = 2
```

All table names must be non-empty.

```
[] # INVALID
[a.] # INVALID
[a..b] # INVALID
[.b] # INVALID
[.] # INVALID
```

Inline Table
------------

Expand Down

0 comments on commit d3d6f32

Please sign in to comment.