Skip to content

Commit 117728c

Browse files
MrAliasdanielkhan
authored andcommitted
Update 20-http_header_format.md tracestate value (#374)
Remove duplicate "character" word. Add "containing" to clarify character definition is defining the opaque string composition.
1 parent d2ed808 commit 117728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/20-http_header_format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ For multi-tenant vendor scenarios, an at sign (`@`) can be used to prefix the ve
285285

286286
##### Value
287287

288-
The value is an opaque string up to 256 characters printable ASCII [[!RFC0020]] characters (i.e., the range 0x20 to 0x7E) except comma (`,`) and (`=`). Note that this also excludes tabs, newlines, carriage returns, etc.
288+
The value is an opaque string containing up to 256 printable ASCII [[!RFC0020]] characters (i.e., the range 0x20 to 0x7E) except comma (`,`) and (`=`). Note that this also excludes tabs, newlines, carriage returns, etc.
289289

290290
``` abnf
291291
value = 0*255(chr) nblk-chr

0 commit comments

Comments
 (0)