Skip to content

Commit bb4a154

Browse files
committed
List consistency
1 parent c243043 commit bb4a154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/quick_tour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@ help -f filesize
201201

202202
It may not surprise you by now that the Help system itself is based on structured data! Notice that the output of `help -f filesize` is a table.
203203

204-
The Help for each command is stored as a record with its:
204+
The Help for each command is stored as a record with the:
205205

206206
- Name
207207
- Category
208208
- Type (built-in, plugin, custom)
209-
- The parameters it accepts
209+
- Parameters it accepts
210210
- Signatures showing what types of data it can accept as well as output
211211
- And more
212212

0 commit comments

Comments
 (0)