@@ -58,8 +58,8 @@ describe to your users if you decide to use it for your application.
58
58
people. As such, the syntax is very simple and intuitive.
59
59
60
60
It organizes the data into a nested collection of lists and name-value pairs
61
- where the lowest level values are all simple text. For example, a simple
62
- collection of name-value pairs represented using:
61
+ where the leaf- level values are all simple text. For example, a simple
62
+ collection of name-value pairs is represented using:
63
63
64
64
.. code-block :: nestedtext
65
65
@@ -69,7 +69,7 @@ describe to your users if you decide to use it for your application.
69
69
The name and value are separated by a colon followed immediately by a space.
70
70
The characters that follow the space are the value.
71
71
72
- A simple list represented with:
72
+ A simple list is represented with:
73
73
74
74
.. code-block :: nestedtext
75
75
@@ -107,7 +107,7 @@ describe to your users if you decide to use it for your application.
107
107
Name: Value
108
108
109
109
The name in a name-value pair is referred to as a key. In *Minimal
110
- NestedText * keys can not start with a space, an opening bracket (``[ ``) or
110
+ NestedText * keys cannot start with a space, an opening bracket (``[ ``) or
111
111
brace (``{ ``), or a dash followed by a space. Nor can it contain a colon
112
112
followed by a space. Other that that, there are no restrictions on the
113
113
characters that make up a key or value, and any characters given are taken
0 commit comments