Skip to content

Commit bb584ff

Browse files
Merge pull request #231 from goswinr/fixDocString
minor fix Docstring rectangular selection
2 parents 6200cab + cd811ab commit bb584ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ICSharpCode.AvalonEdit/Editing/RectangleSelection.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public sealed class RectangleSelection : Selection
5656
public static readonly RoutedUICommand BoxSelectLeftByWord = Command("BoxSelectLeftByWord");
5757

5858
/// <summary>
59-
/// Expands the selection left by one word, creating a rectangular selection.
59+
/// Expands the selection right by one word, creating a rectangular selection.
6060
/// Key gesture: Ctrl+Alt+Shift+Right
6161
/// </summary>
6262
public static readonly RoutedUICommand BoxSelectRightByWord = Command("BoxSelectRightByWord");
@@ -68,7 +68,7 @@ public sealed class RectangleSelection : Selection
6868
public static readonly RoutedUICommand BoxSelectUpByLine = Command("BoxSelectUpByLine");
6969

7070
/// <summary>
71-
/// Expands the selection up by one line, creating a rectangular selection.
71+
/// Expands the selection down by one line, creating a rectangular selection.
7272
/// Key gesture: Alt+Shift+Down
7373
/// </summary>
7474
public static readonly RoutedUICommand BoxSelectDownByLine = Command("BoxSelectDownByLine");

0 commit comments

Comments
 (0)