Browse Source

Fixed formatting.

Brucey 2 năm trước cách đây
mục cha
commit
c61275ca0d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/api/text/text_toml.md

+ 2 - 1
docs/api/text/text_toml.md

@@ -106,7 +106,8 @@ datetime_with_space_key = 2021-09-01 12:34:56
 A collection of values enclosed in square brackets and separated by commas.
 
 ```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: