Merge pull request #1815 from leviding/patch-5

Fix minor type error
This commit is contained in:
Alexey Pyltsyn 2020-03-29 05:56:59 +03:00 committed by GitHub
commit d6ad00fb79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Outer corners # Outer corners
Outer corners are basically what we get from [elem.getBoundingClientRect()](https://developer.mozilla.org/en-US/docs/DOM/element.getBoundingClientRect). Outer corners are basically what we get from [elem.getBoundingClientRect()](https://developer.mozilla.org/en-US/docs/DOM/element.getBoundingClientRect).
Coordinates of the upper-left corner `answer1` and the bottom-right corner `answer2`: Coordinates of the upper-left corner `answer1` and the bottom-right corner `answer2`: