File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public DecodeOptions()
8585 /// Some services add an initial utf8=✓ value to forms so that old InternetExplorer versions
8686 /// are more likely to submit the form as UTF-8. Additionally, the server can check the value
8787 /// against wrong encodings of the checkmark character and detect that a query string or
88- /// application/x-www-form-urlencoded body was *not* sent as UTF-8, eg . if the form had an
88+ /// application/x-www-form-urlencoded body was *not* sent as UTF-8, e.g . if the form had an
8989 /// accept-charset parameter or the containing page had a different character set.
9090 /// QS supports this mechanism via the CharsetSentinel option. If specified, the UTF-8 parameter
9191 /// will be omitted from the returned dictionary. It will be used to switch to ISO-8859-1/UTF-8 mode
@@ -191,7 +191,7 @@ public bool DecodeDotInKeys
191191 /// <summary>
192192 /// Decode a single scalar token using the most specific decoder available.
193193 /// If <see cref="DecoderWithKind" /> is provided, it is always used (even when it returns null).
194- /// Otherwise the legacy two-argument <see cref="Decoder" /> is used; if neither is set,
194+ /// Otherwise, the legacy two-argument <see cref="Decoder" /> is used; if neither is set,
195195 /// a library default is used.
196196 /// </summary>
197197 public object ? Decode ( string ? value , Encoding ? encoding = null , DecodeKind kind = DecodeKind . Value )
You can’t perform that action at this time.
0 commit comments