string literal needs double quatation
This commit is contained in:
parent
01ecb88d13
commit
79b40abd94
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ parses this config file:
|
||||||
|
|
||||||
```
|
```
|
||||||
[server]
|
[server]
|
||||||
host = www.example.com
|
host = "www.example.com"
|
||||||
port = 80
|
port = 80
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue