1
0
Fork 0

chore(markdown): Linting of dev docs

This commit is contained in:
Joost De Cock 2022-02-19 08:04:25 +01:00
parent 1d8beedd44
commit 265ad404da
317 changed files with 1281 additions and 1503 deletions

View file

@ -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