summaryrefslogtreecommitdiffhomepage
path: root/toml.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2018-08-23 21:59:33 -0700
committerGitHub <noreply@github.com>2018-08-23 21:59:33 -0700
commit79bcf8ce5b83505a36b4a47245f412be0751403d (patch)
treeb34469260b79d91d7c2abeb90d2733d7be35ec83 /toml.html.markdown
parentb9bdba7acde9bd929599e5ede583855029366c8c (diff)
parentcbc69e807b383754092bb890fa4b148393200bc4 (diff)
Merge pull request #3187 from divayprakash/fix-build-issues
Fix build errors, closes #2753
Diffstat (limited to 'toml.html.markdown')
-rwxr-xr-xtoml.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/toml.html.markdown b/toml.html.markdown
index 39caaa23..814e57e7 100755
--- a/toml.html.markdown
+++ b/toml.html.markdown
@@ -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
should assume that it is unstable and act accordingly. This document follows TOML v0.4.0.
-```toml
+```
# Comments in TOML look like this.
################