Skip to content

Commit 5c1f3c4

Browse files
committed
Update common files.
1 parent dd95cc3 commit 5c1f3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
A <a>list object</a> is a <a>dictionary</a> that has a <code>@list</code> key.
227227
It may also have an <code>@index</code> key, but no other members.</dd>
228228
<dt><dfn>literal</dfn></dt><dd>
229-
An <a>object</a> expressed as a value such as a string, number or in expanded form.</dd>
229+
An <a>object</a> expressed as a value such as a string or number, or in expanded form as a <a>value object</a>.</dd>
230230
<dt><dfn>local context</dfn></dt><dd>
231231
A <a>context</a> that is specified with a <a>dictionary</a>,
232232
specified via the <code>@context</code> <a>keyword</a>.</dd>

common/typographical-conventions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<p class="note">Notes are in light green boxes with a green left border and with a "Note" header in green.
4040
Notes are always informative.</p>
4141

42-
<pre class="example">
42+
<pre class="example nohighlight">
4343
Examples are in light khaki boxes, with khaki left border,
4444
and with a numbered "Example" header in khaki.
4545
Examples are always informative. The content of the example is in monospace font and may be syntax colored.

0 commit comments

Comments
 (0)