Skip to content

Commit 2ef1210

Browse files
rubensworksafs
authored andcommitted
Make RFC2119 usages consistent
1 parent 2121cc8 commit 2ef1210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ <h2>Introduction</h2>
379379
of managing a collection of graphs in the REST architectural style.</p>
380380
<section id="conventions">
381381
<h3>Document Conventions</h3>
382-
<p>When this document uses the words MUST, MUST NOT, SHOULD, SHOULD NOT,
383-
and MAY, and the words appear as emphasized text, they must be
382+
<p>When this document uses the words <strong>must</strong>, <strong>must not</strong>, <strong>should</strong>, <strong>should not</strong>,
383+
and <strong>may</strong>, and the words appear as emphasized text, they must be
384384
interpreted as described in [[RFC2119]].
385385
</p>
386386

@@ -499,7 +499,7 @@ <h4><code>query</code> via GET</h4>
499499
all parameters and include them as <a data-cite="rfc3986#section-3.4">query parameter</a> strings [[RFC3986]] with the names given
500500
above.</p>
501501
<p>HTTP query string parameters <strong>must</strong> be separated with the ampersand (<code>&amp;</code>) character. Clients may include the query string parameters in any order.</p>
502-
<p>The HTTP request <strong>MUST NOT</strong> include a message body.</p>
502+
<p>The HTTP request <strong>must not</strong> include a message body.</p>
503503
</section>
504504
<section id="query-via-post-urlencoded">
505505
<h4><code>query</code> via POST with URL-encoded parameters</h4>

0 commit comments

Comments
 (0)