1
0
Fork 0

fix(markdown): Change optional parameter doc format from man page to JavaScript

This commit is contained in:
Benjamin Fan 2024-02-11 06:39:10 -08:00
parent bf4b4c8755
commit c2d5b943b6
6 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ along the path.
## Signature
```js
Point path.shiftAlong(float distance[, int stepsPerMm=10])
Point path.shiftAlong(float distance, int stepsPerMm = 10)
```
The second parameter controls the precision by which the path will be _walked_.