Skip to content

Commit 528a176

Browse files
Ken KundertKen Kundert
authored andcommitted
nits
1 parent ac76442 commit 528a176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/minimal-nestedtext.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ describe to your users if you decide to use it for your application.
5858
people. As such, the syntax is very simple and intuitive.
5959

6060
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:
6363

6464
.. code-block:: nestedtext
6565
@@ -69,7 +69,7 @@ describe to your users if you decide to use it for your application.
6969
The name and value are separated by a colon followed immediately by a space.
7070
The characters that follow the space are the value.
7171

72-
A simple list represented with:
72+
A simple list is represented with:
7373

7474
.. code-block:: nestedtext
7575
@@ -107,7 +107,7 @@ describe to your users if you decide to use it for your application.
107107
Name: Value
108108
109109
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
111111
brace (``{``), or a dash followed by a space. Nor can it contain a colon
112112
followed by a space. Other that that, there are no restrictions on the
113113
characters that make up a key or value, and any characters given are taken

0 commit comments

Comments
 (0)