Skip to content

Commit b77bf5f

Browse files
committed
Use alternative ABNF syntax so that things line up
1 parent 6abc837 commit b77bf5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

draft-foudil-securitytxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ sign-header = <headers and line from section 7 of [RFC4880]>
422422
sign-footer = <OpenPGP signature from section 7 of [RFC4880]>
423423

424424
unsigned = *line [canonical-field eol *line] [lang-field eol] *line
425-
unsigned =/ *line [lang-field eol *line] [canonical-field eol] *line
425+
unsigned / *line [lang-field eol *line] [canonical-field eol] *line
426426

427427
line = (field / comment) eol
428428

0 commit comments

Comments
 (0)