Skip to content

Commit 48c91b8

Browse files
authored
Update SelectionExtensions.cs
swapped parameter xml-doc position
1 parent 18cf552 commit 48c91b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/SelectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public static bool Contains(this Selection selection, IToken token)
2929
/// <summary>
3030
/// Validates whether a context is contained within a given Selection
3131
/// </summary>
32-
/// <param name="context">A context which contains several tokens within a module's parse tree</param>
3332
/// <param name="selection">One-based selection, usually from CodePane.Selection</param>
33+
/// <param name="context">A context which contains several tokens within a module's parse tree</param>
3434
/// <returns>Boolean with true indicating that context is within the selection</returns>
3535
public static bool Contains(this Selection selection, ParserRuleContext context)
3636
{

0 commit comments

Comments
 (0)