aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-08-09 14:36:59 +0200
committerBjörn Gustavsson <[email protected]>2018-08-09 14:36:59 +0200
commitbd1f73ed57d42a01f823709e4cd0127db3e19b50 (patch)
treeacff089c8c51f8d219f76cf869864e40b08fd216 /system
parent659481f79549258e20a6137cbe9d48beb5b1017a (diff)
parentc280eb343939f7b5f3dc6a4c3a349466e78bcfc5 (diff)
downloadotp-bd1f73ed57d42a01f823709e4cd0127db3e19b50.tar.gz
otp-bd1f73ed57d42a01f823709e4cd0127db3e19b50.tar.bz2
otp-bd1f73ed57d42a01f823709e4cd0127db3e19b50.zip
Merge branch 'maint'
* maint: Fix violation of documentation rules
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/expressions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index 8bd4412762..69fc558827 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 &lt; atom &lt; reference &lt; fun &lt; port &lt; pid &lt; tuple &lt; map &lt; nil &lt; list &lt; 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 &lt; list</c>.
+ (<c>[]</c>), which is regarded as a separate type from
+ <c>list/0</c>. That is why <c>nil &lt; 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