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
|
||||
|
||||
```js
|
||||
float deg2rad(object settings, object optionsConfig)
|
||||
object mergeOptions(object settings, object optionsConfig)
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue