diff --git a/src/js/utils/cursor/range.js b/src/js/utils/cursor/range.js index 0b4fba412..5c8ea0e98 100644 --- a/src/js/utils/cursor/range.js +++ b/src/js/utils/cursor/range.js @@ -4,8 +4,7 @@ import { DIRECTION } from '../key'; /** * A logical range of a {@link Post}. * Usually an instance of Range will be read from the {@link Editor#range} property, - * but it may be useful to instantiate a range directly in cases - * when programmatically modifying a Post. + * but it may be useful to instantiate a range directly when programmatically modifying a Post. */ class Range { /**