Commit f7a1de2f authored by Jeremy Danyow's avatar Jeremy Danyow

Fix typos in the comments for PadListExpansions

parent 2a2c0860
......@@ -33,7 +33,7 @@ public static void SetDefaults()
/// <summary>
/// Should list expansions be padded with null-valued parrameters, to prevent qurey-plan saturation? For example,
/// Should list expansions be padded with null-valued parameters, to prevent query-plan saturation? For example,
/// an 'in @foo' expansion with 7, 8 or 9 values will be sent as a list of 10 values, with 3, 2 or 1 of them null.
/// The padding size is relative to the size of the list; "next 10" under 150, "next 50" under 500,
/// "next 100" under 1500, etc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment