File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
owner : mikekistler
3
3
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]
5
5
base_type : string
6
6
layout : default
7
7
---
@@ -12,7 +12,7 @@ layout: default
12
12
13
13
Base type: ` {{ page.base_type }} ` .
14
14
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] .
16
16
17
17
``` abnf
18
18
sf-binary = ":" *(base64) ":"
Original file line number Diff line number Diff line change 1
1
---
2
2
owner : mikekistler
3
3
issue :
4
- description : structured fields boolean as defined by `sf-boolean` in [RFC 8941]
4
+ description : structured fields boolean as defined in [RFC 8941]
5
5
base_type : string
6
6
layout : default
7
7
---
@@ -12,7 +12,7 @@ layout: default
12
12
13
13
Base type: ` {{ page.base_type }} ` .
14
14
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] .
16
16
17
17
``` abnf
18
18
sf-boolean = "?" boolean
Original file line number Diff line number Diff line change 1
1
---
2
2
owner : mikekistler
3
3
issue :
4
- description : structured fields decimal as defined by `sf-decimal` in [RFC 8941]
4
+ description : structured fields decimal as defined in [RFC 8941]
5
5
base_type : integer
6
6
layout : default
7
7
---
@@ -12,7 +12,7 @@ layout: default
12
12
13
13
Base type: ` {{ page.base_type }} ` .
14
14
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] .
16
16
17
17
``` abnf
18
18
sf-decimal = ["-"] 1*12DIGIT "." 1*3DIGIT
Original file line number Diff line number Diff line change 1
1
---
2
2
owner : mikekistler
3
3
issue :
4
- description : structured fields integer as defined by `sf-integer` in [RFC 8941]
4
+ description : structured fields integer as defined in [RFC 8941]
5
5
base_type : integer
6
6
layout : default
7
7
---
@@ -12,7 +12,7 @@ layout: default
12
12
13
13
Base type: ` {{ page.base_type }} ` .
14
14
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] .
16
16
17
17
``` abnf
18
18
sf-integer = ["-"] 1*15DIGIT
Original file line number Diff line number Diff line change 1
1
---
2
2
owner : mikekistler
3
3
issue :
4
- description : structured fields string as defined by `sf-string` in [RFC 8941]
4
+ description : structured fields string as defined in [RFC 8941]
5
5
base_type : string
6
6
layout : default
7
7
---
@@ -12,7 +12,7 @@ layout: default
12
12
13
13
Base type: ` {{ page.base_type }} ` .
14
14
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] .
16
16
17
17
``` abnf
18
18
sf-string = DQUOTE *chr DQUOTE
Original file line number Diff line number Diff line change 1
1
---
2
2
owner : mikekistler
3
3
issue :
4
- description : structured fields token as defined by `sf-token` in [RFC 8941]
4
+ description : structured fields token as defined in [RFC 8941]
5
5
base_type : string
6
6
layout : default
7
7
---
@@ -12,7 +12,7 @@ layout: default
12
12
13
13
Base type: ` {{ page.base_type }} ` .
14
14
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] .
16
16
17
17
``` abnf
18
18
sf-token = ( ALPHA / "*" ) *( tchar / ":" / "/" )
You can’t perform that action at this time.
0 commit comments