diff options
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/reference_manual/expressions.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml index 684a1191d0..f6daf50c8b 100644 --- a/system/doc/reference_manual/expressions.xml +++ b/system/doc/reference_manual/expressions.xml @@ -568,8 +568,8 @@ Expr1 <input>op</input> Expr2</pre> <pre> number < atom < reference < fun < port < pid < tuple < map < nil < list < bit string</pre> <p><c>nil</c> in the previous expression represents the empty list - (i.e. <c>[]</c>), which is regarded as a separate type from - <c>list/0</c>. That's why <c>nil < list</c>. + (<c>[]</c>), which is regarded as a separate type from + <c>list/0</c>. That is why <c>nil < list</c>. </p> <p>Lists are compared element by element. Tuples are ordered by size, two tuples with the same size are compared element by |