Skip to content

Commit ddd8d9c

Browse files
authored
Merge pull request #111 from KorvinSzanto/update-rfc-2119-to-bcp-14
Switch from RFC 2119 to BCP-14 which includes RFC 8174
2 parents 7ce5844 + b59af42 commit ddd8d9c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

spec.md

+9-5
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)