1
0
Fork 0

fix(markdown): Correct mergeOptions() signature

This commit is contained in:
Benjamin Fan 2024-02-21 19:47:27 -08:00
parent 46aade7013
commit 1c38b4518b

View file

@ -8,7 +8,7 @@ options from the pattern configuration.
## Signature
```js
float deg2rad(object settings, object optionsConfig)
object mergeOptions(object settings, object optionsConfig)
```
## Notes