chore(markdown): Linting of dev docs
This commit is contained in:
parent
1d8beedd44
commit
265ad404da
317 changed files with 1281 additions and 1503 deletions
|
@ -2,13 +2,13 @@
|
|||
title: Point.sitsOn()
|
||||
---
|
||||
|
||||
Returns `true` if this point has the _exact_ same coordinates as the point you pass to it.
|
||||
Returns `true` if this point has the *exact* same coordinates as the point you pass to it.
|
||||
|
||||
<Note>
|
||||
|
||||
###### Too exact?
|
||||
|
||||
This method is _very_ precise, so points with an X-coordinate of `10` and `10.0001`
|
||||
This method is *very* precise, so points with an X-coordinate of `10` and `10.0001`
|
||||
are considered to be different.
|
||||
|
||||
To check if two points have the same coordinates rounded to the nearest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue