Skip to content

Commit

Permalink
Fix jsdoc line alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
renatho committed Sep 8, 2021
1 parent 596512a commit d941a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dom/src/dom/caret-range-from-point.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* @see https://developer.mozilla.org/en-US/docs/Web/API/Document/caretRangeFromPoint
*
* @param {DocumentMaybeWithCaretPositionFromPoint} doc The document of the range.
* @param {number} x Horizontal position within the current viewport.
* @param {number} y Vertical position within the current viewport.
* @param {number} x Horizontal position within the current viewport.
* @param {number} y Vertical position within the current viewport.
*
* @return {Range | null} The best range for the given point.
*/
Expand Down

0 comments on commit d941a6d

Please sign in to comment.