Browse Source

Fixed formatting.

Brucey 2 years ago
parent
commit
3cb76fe413
1 changed files with 2 additions and 1 deletions
  1. 2 1
      toml.mod/doc/intro.bbdoc

+ 2 - 1
toml.mod/doc/intro.bbdoc

@@ -99,7 +99,8 @@ datetime_with_space_key = 2021-09-01 12:34:56
 A collection of values enclosed in square brackets and separated by commas.
 A collection of values enclosed in square brackets and separated by commas.
 
 
 ```toml
 ```toml
-```array_key = [1, 2, 3]```
+array_key = [1, 2, 3]
+```
 
 
 Here's a complete example of a TOML document using various data types and tables:
 Here's a complete example of a TOML document using various data types and tables: