From 5b444375f22927c3661c331f3f37519940204bc0 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 30 Oct 2017 16:03:58 +0100 Subject: fix some typos in comments --- src/selection.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/selection.rs') diff --git a/src/selection.rs b/src/selection.rs index 714c84c4..1c31a452 100644 --- a/src/selection.rs +++ b/src/selection.rs @@ -47,7 +47,7 @@ pub enum Selection { /// The region representing start and end of cursor movement region: Region, - /// When begining a semantic selection, the grid is searched around the + /// When beginning a semantic selection, the grid is searched around the /// initial point to find semantic escapes, and this initial expansion /// marks those points. initial_expansion: Region @@ -398,7 +398,7 @@ impl ToRange for Span { /// /// There are comments on all of the tests describing the selection. Pictograms /// are used to avoid ambiguity. Grid cells are represented by a [ ]. Only -/// cells that are comletely covered are counted in a selection. Ends are +/// cells that are completely covered are counted in a selection. Ends are /// represented by `B` and `E` for begin and end, respectively. A selected cell /// looks like [XX], [BX] (at the start), [XB] (at the end), [XE] (at the end), /// and [EX] (at the start), or [BE] for a single cell. Partially selected cells -- cgit