File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ public object GetParameter(string name)
102
102
}
103
103
104
104
/// <summary>
105
- /// Get a span of collection parameter by name. <see langword="null" /> if the parameter is not a collectino or
106
- /// there is no such parameter exist .
105
+ /// Get the span of a value list parameter by name. <see langword="null" /> if the parameter is not a value list
106
+ /// or if there is no such parameter.
107
107
/// </summary>
108
108
/// <param name="name">The parameter name.</param>
109
- /// <returns>The parameter span, or <see langword="null" /> if the parameter is not a collectino or
110
- /// there is no such parameter exist .</returns>
109
+ /// <returns>The parameter span, or <see langword="null" /> if the parameter is not a value list or
110
+ /// if there is no such parameter.</returns>
111
111
public int ? GetParameterSpan ( string name )
112
112
{
113
113
return _parameterSpans . TryGetValue ( name , out var result ) ? result : default ( int ? ) ;
You can’t perform that action at this time.
0 commit comments