docs: Remove incorrect =

This commit is contained in:
Sidharth Vinod
2024-06-27 17:20:22 +05:30
parent 2057649581
commit a2cc86a414
3 changed files with 31 additions and 34 deletions

View File

@@ -307,8 +307,8 @@ Renders the mermaid diagrams
## setParseErrorHandler Alternative to directly setting parseError using:
```js
mermaid.parseError = function(err,hash){=
forExampleDisplayErrorInGui(err); // do something with the error
mermaid.parseError = function (err, hash) {
forExampleDisplayErrorInGui(err); // do something with the error
};
```