Fix build error in 'build/docs/toml/index.html'

This commit is contained in:
Divay Prakash 2018-08-15 17:26:28 +05:30
parent e4f328aa47
commit d490ed1589

View File

@ -12,7 +12,7 @@ It is an alternative to YAML and JSON. It aims to be more human friendly than JS
Be warned, TOML's spec is still changing a lot. Until it's marked as 1.0, you Be warned, TOML's spec is still changing a lot. Until it's marked as 1.0, you
should assume that it is unstable and act accordingly. This document follows TOML v0.4.0. should assume that it is unstable and act accordingly. This document follows TOML v0.4.0.
```toml ```
# Comments in TOML look like this. # Comments in TOML look like this.
################ ################