Updated Creating Plugins (markdown)

Zack 2018-10-14 19:50:57 -04:00
parent b161dd3063
commit 212341b4de
1 changed files with 1 additions and 1 deletions

@ -325,7 +325,7 @@ Removes some previously linked JS by [`linkJS`](#linkjsid-url).
## Custom Types
#### Callback: CancelPatch
Function with no arguments and no return value that may be called to revert changes made by {@link monkeyPatch} method, restoring (unpatching) original method.
Function with no arguments and no return value that may be called to revert changes made by [`monkeyPatch`](#monkeypatchmodule-methodname-options) method, restoring (unpatching) original method.
***