A few small nits fixed in the tutorial

This commit is contained in:
Christopher Lemmer Webber 2019-08-15 19:09:34 -04:00
parent e37e3426f1
commit 2b20cc0d0c
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ human-readable textual and efficient binary syntax; converting between
the two is straightforward.
Preserves' human readable syntax is easy to read and should be mostly
familiar if you already know systems like JSON.
However, Preserves is less ambiguously specified than JSON, and also
However, Preserves is more precisely specified than JSON, and also
has a clean extension mechanism.
This document is a tutorial; it does not get into all the details of
@ -124,7 +124,7 @@ i-am-a-symbol
@"A list of symbols"
[GET, PUT, POST, DELETE]
@"A symbol with a space in it"
@"A symbol with spaces in it"
|this is just one symbol believe it or not|
#+END_SRC