Skip to content

Commit 98ea51b

Browse files
committed
💡 clarify XML doc for Encode option in EncodeOptions
1 parent 3a4c798 commit 98ea51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QsNet/Models/EncodeOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public bool AllowDots
126126
public string Delimiter { get; init; } = "&";
127127

128128
/// <summary>
129-
/// Set to false to disable encoding.
129+
/// Set to false in order to disable encoding.
130130
/// </summary>
131131
public bool Encode { get; init; } = true;
132132

0 commit comments

Comments
 (0)