Skip to content

Commit

Permalink
Fix return value for Range: getBoundingClientRect() (#26754)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored May 13, 2023
1 parent 1299320 commit 14c2445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/range/getboundingclientrect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ None.

### Return value

None ({{jsxref("undefined")}}).
A {{domxref("DOMRect")}} object that encloses the union of the bounding rectangles for all elements in the range.

## Examples

Expand Down

0 comments on commit 14c2445

Please sign in to comment.