fix(markdown): Correct mergeOptions() signature
This commit is contained in:
parent
46aade7013
commit
1c38b4518b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ options from the pattern configuration.
|
||||||
## Signature
|
## Signature
|
||||||
|
|
||||||
```js
|
```js
|
||||||
float deg2rad(object settings, object optionsConfig)
|
object mergeOptions(object settings, object optionsConfig)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue