string literal needs double quatation

This commit is contained in:
bamchoh 2018-01-04 18:56:40 +09:00 committed by GitHub
parent 01ecb88d13
commit 79b40abd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ parses this config file:
```
[server]
host = www.example.com
   host = "www.example.com"
port = 80
```