Skip to content

Commit bffe980

Browse files
authored
Merge pull request #5470 from ccouzens/patch-1
API conventions: escape back-quotes when visible
2 parents 1a6e074 + 7af4f21 commit bffe980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ specified".
14511451
* When referencing a literal string value, indicate the literal in
14521452
single-quotes. Example: "must not contain '..'".
14531453
* When referencing another field name, indicate the name in back-quotes.
1454-
Example: "must be greater than `request`".
1454+
Example: "must be greater than \`request\`".
14551455
* When specifying inequalities, use words rather than symbols. Examples: "must
14561456
be less than 256", "must be greater than or equal to 0". Do not use words
14571457
like "larger than", "bigger than", "more than", "higher than", etc.

0 commit comments

Comments
 (0)