Skip to content

Commit b59af42

Browse files
committed
Switch from RFC 2119 to BCP-14
1 parent 396af44 commit b59af42

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

spec.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Coding Style Guide
22

3-
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
4-
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
5-
interpreted as described in [RFC 2119][].
6-
7-
[RFC 2119]: http://datatracker.ietf.org/doc/html/rfc2119
3+
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
4+
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
5+
"MAY", and "OPTIONAL" in this document are to be interpreted as
6+
described in [BCP 14][] [[RFC 2119][]] [[RFC 8174][]] when, and only when, they
7+
appear in all capitals, as shown here.
8+
9+
[BCP 14]: https://datatracker.ietf.org/doc/html/bcp14/
10+
[RFC 2119]: https://datatracker.ietf.org/doc/html/rfc2119
11+
[RFC 8174]: https://datatracker.ietf.org/doc/html/rfc8174
812

913
## Overview
1014

0 commit comments

Comments
 (0)