Skip to content

Commit 0c7152c

Browse files
authored
Update SPEC.rdoc
1 parent bd35082 commit 0c7152c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The headers must be an unfrozen +Hash+. The header keys must be +String+ values.
207207
* The headers must not contain a <tt>"status"</tt> key.
208208
* Header keys must conform to {RFC7230}[https://tools.ietf.org/html/rfc7230] token specification, i.e. cannot contain non-printable <tt>ASCII</tt>, <tt>DQUOTE</tt> or <tt>(),/:;<=>?@[\]{}</tt>.
209209
* Header keys must not contain uppercase <tt>ASCII</tt> characters (A-Z).
210-
* Header values must be either a +String+, or an +Array+ of +String+ values, such that each +String+ must not contain characters with an <tt>ASCII</tt> ordinal below <tt>040</tt> (32).
210+
* Header values must be either a +String+, or an +Array+ of +String+ values, such that each +String+ must not contain characters with an ASCII ordinal below 040 (32).
211211

212212
==== The <tt>content-type</tt> Header
213213

0 commit comments

Comments
 (0)