Skip to content

Commit d785907

Browse files
handrewsralfhandl
andauthored
review feedback - wording
Co-authored-by: Ralf Handl <[email protected]>
1 parent b5ce9e2 commit d785907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,7 @@ However, they SHOULD NOT rely on WHATWG's less stringent generic query string ru
36013601

36023602
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.
36033603

3604-
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.
3604+
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.
36053605

36063606
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.
36073607

0 commit comments

Comments
 (0)