Skip to content

Commit 301c4d2

Browse files
committed
💡 improve XML doc phrasing for clarity in DecodeOptions
1 parent 98ea51b commit 301c4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QsNet/Models/DecodeOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)