1
0
Fork 0

chore: Remark linter run

This commit is contained in:
Joost De Cock 2022-02-20 14:35:50 +01:00
parent b6dab9f8fa
commit e6f1189017
164 changed files with 395 additions and 395 deletions

View file

@ -8,7 +8,7 @@ After using the [shorthand](/howtos/code/shorthand/) call,
`Point` contains the point constructor, while `points` is a reference to `part.points`,
which is where you should store your points.
Things will now *just work* when you do this:
Things will now _just work_ when you do this:
```js
points.centerBack = new Point(0,0);