Skip to content

Commit 515bbc3

Browse files
authored
De-emphasize the ABNF
1 parent 8cb215c commit 515bbc3

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

registries/_format/sf-binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
owner: mikekistler
33
issue:
4-
description: structured fields byte sequence as defined by `sf-binary` in [RFC 8941]
4+
description: structured fields byte sequence as defined in [RFC 8941]
55
base_type: string
66
layout: default
77
---
@@ -12,7 +12,7 @@ layout: default
1212

1313
Base type: `{{ page.base_type }}`.
1414

15-
The `{{page.slug}}` format represents a structured fields byte sequence as defined by `sf-binary` in [RFC 8941].
15+
The `{{page.slug}}` format represents a structured fields byte sequence as defined in [RFC 8941].
1616

1717
```abnf
1818
sf-binary = ":" *(base64) ":"

registries/_format/sf-boolean.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
owner: mikekistler
33
issue:
4-
description: structured fields boolean as defined by `sf-boolean` in [RFC 8941]
4+
description: structured fields boolean as defined in [RFC 8941]
55
base_type: string
66
layout: default
77
---
@@ -12,7 +12,7 @@ layout: default
1212

1313
Base type: `{{ page.base_type }}`.
1414

15-
The `{{page.slug}}` format represents a structured fields boolean as defined by `sf-boolean` in [RFC 8941].
15+
The `{{page.slug}}` format represents a structured fields boolean as defined in [RFC 8941].
1616

1717
```abnf
1818
sf-boolean = "?" boolean

registries/_format/sf-decimal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
owner: mikekistler
33
issue:
4-
description: structured fields decimal as defined by `sf-decimal` in [RFC 8941]
4+
description: structured fields decimal as defined in [RFC 8941]
55
base_type: integer
66
layout: default
77
---
@@ -12,7 +12,7 @@ layout: default
1212

1313
Base type: `{{ page.base_type }}`.
1414

15-
The `{{page.slug}}` format represents a structured fields decimal as defined by `sf-decimal` in [RFC 8941].
15+
The `{{page.slug}}` format represents a structured fields decimal as defined in [RFC 8941].
1616

1717
```abnf
1818
sf-decimal = ["-"] 1*12DIGIT "." 1*3DIGIT

registries/_format/sf-integer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
owner: mikekistler
33
issue:
4-
description: structured fields integer as defined by `sf-integer` in [RFC 8941]
4+
description: structured fields integer as defined in [RFC 8941]
55
base_type: integer
66
layout: default
77
---
@@ -12,7 +12,7 @@ layout: default
1212

1313
Base type: `{{ page.base_type }}`.
1414

15-
The `{{page.slug}}` format represents a structured fields integer as defined by `sf-integer` in [RFC 8941].
15+
The `{{page.slug}}` format represents a structured fields integer as defined in [RFC 8941].
1616

1717
```abnf
1818
sf-integer = ["-"] 1*15DIGIT

registries/_format/sf-string.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
owner: mikekistler
33
issue:
4-
description: structured fields string as defined by `sf-string` in [RFC 8941]
4+
description: structured fields string as defined in [RFC 8941]
55
base_type: string
66
layout: default
77
---
@@ -12,7 +12,7 @@ layout: default
1212

1313
Base type: `{{ page.base_type }}`.
1414

15-
The `{{page.slug}}` format represents a structured fields string as defined by `sf-string` in [RFC 8941].
15+
The `{{page.slug}}` format represents a structured fields string as defined in [RFC 8941].
1616

1717
```abnf
1818
sf-string = DQUOTE *chr DQUOTE

registries/_format/sf-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
owner: mikekistler
33
issue:
4-
description: structured fields token as defined by `sf-token` in [RFC 8941]
4+
description: structured fields token as defined in [RFC 8941]
55
base_type: string
66
layout: default
77
---
@@ -12,7 +12,7 @@ layout: default
1212

1313
Base type: `{{ page.base_type }}`.
1414

15-
The `{{page.slug}}` format represents a structured fields token as defined by `sf-token` in [RFC 8941].
15+
The `{{page.slug}}` format represents a structured fields token as defined in [RFC 8941].
1616

1717
```abnf
1818
sf-token = ( ALPHA / "*" ) *( tchar / ":" / "/" )

0 commit comments

Comments
 (0)