fix(markdown): Change optional parameter doc format from man page to JavaScript
This commit is contained in:
parent
bf4b4c8755
commit
c2d5b943b6
6 changed files with 7 additions and 7 deletions
|
@ -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_.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue