You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divid="ellipsis_Editor.modifyNumber" class="ellipsis_description"><p>If the character before the cursor is a number, this functions changes its value by <code>amount</code>.</p>
<divclass="description"><p>If the character before the cursor is a number, this functions changes its value by <code>amount</code>.</p>
2220
2220
2221
2221
<h4>Arguments</h4><tableclass="argumentTable argument-list table table-striped table-bordered"><trclass="argumentRow "><tdclass="argName ">amount</td><tdclass="argType" "><ahref="https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Number" class="" title="Number" data-id="Number">Number</a></td><tdclass="argDescription "><p>Required. The value to change the numeral by (can be negative to decrease value)</p>
2222
-
<p>If the character before the cursor is a number, this functions changes its value by <code>amount</code>.</p>
<divid="ellipsis_Range.isEqual" class="ellipsis_description"><p>Returns <code>true</code> if and only if the starting row and column, and ending tow and column, are equivalent to those given by <code>range</code>.</p>
766
+
<divid="ellipsis_Range.isEqual" class="ellipsis_description"><p>Returns <code>true</code> if and only if the starting row and column, and ending row and column, are equivalent to those given by <code>range</code>.</p>
767
767
768
768
</div>
769
-
<divclass="description"><p>Returns <code>true</code> if and only if the starting row and column, and ending tow and column, are equivalent to those given by <code>range</code>.</p>
769
+
<divclass="description"><p>Returns <code>true</code> if and only if the starting row and column, and ending row and column, are equivalent to those given by <code>range</code>.</p>
770
770
771
771
<h4>Arguments</h4><tableclass="argumentTable argument-list table table-striped table-bordered"><trclass="argumentRow "><tdclass="argName ">range</td><tdclass="argType" "><ahref="range.html" class="" title="Range (class)" data-id="Range">Range</a></td><tdclass="argDescription "><p>Required. A range to check against</p>
0 commit comments