Skip to content

Commit 06b13f9

Browse files
authored
Update hierarchical-config.md
1 parent 2f73eea commit 06b13f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hierarchical-config.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ input = "utf8"
3232
One way to merge configurations is to combine them, as follows:
3333

3434
```toml
35-
[myapp]
3635
limit = 84
3736

38-
[myapp.encoding]
37+
[encoding]
3938
input = "utf8"
4039
output = "latin1"
4140
```

0 commit comments

Comments
 (0)