Skip to content

Commit a926776

Browse files
committed
fix formatting in reader page
1 parent ac955f6 commit a926776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/reader.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Since we have to start somewhere, this reference starts where evaluation starts,
3636
** Floating point numbers are read as Doubles; with M suffix they are read as BigDecimals.
3737
** Ratios are supported, e.g. `22/7`.
3838
* Characters - preceded by a backslash: `\c`. `\newline`, `\space`, `\tab`, `\formfeed`, `\backspace`, and `\return` yield the corresponding characters. Unicode characters are represented with `\uNNNN` as in Java. Octals are represented with `\oNNN`.
39-
* nil Means 'nothing/no-value'- represents Java null and tests logical false
39+
* `nil` Means 'nothing/no-value'- represents Java null and tests logical false
4040
* Booleans - `true` and `false`
4141
* Keywords - Keywords are like symbols, except:
4242
** They can and must begin with a colon, e.g. :fred.

0 commit comments

Comments
 (0)