Skip to content

Commit 7d71c3b

Browse files
handrewsralfhandl
andcommitted
review feedback - wording
Co-authored-by: Ralf Handl <ralf.handl@sap.com>
1 parent 972fcad commit 7d71c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4180,7 +4180,7 @@ However, they SHOULD NOT rely on WHATWG's less stringent generic query string ru
41804180

41814181
The percent-decoding algorithm does not care which characters were or were not percent-decoded, which means that URIs percent-encoded according to any specification will be decoded correctly.
41824182

4183-
Similarly, all `form-urlencoded` decoding algorithms simply add `+`-for-space handling on top of the percent-decoding algorithm, and will work regardless of the encoding specification used.
4183+
Similarly, all `form-urlencoded` decoding algorithms simply add `+`-for-space handling to the percent-decoding algorithm, and will work regardless of the encoding specification used.
41844184

41854185
However, care must be taken to use `form-urlencoded` decoding if `+` represents a space, and to use regular percent-decoding if `+` represents itself as a literal value.
41864186

0 commit comments

Comments
 (0)