Skip to content

Commit 271ebc1

Browse files
committed
fix function name
1 parent 06f3e99 commit 271ebc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/api/API.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ export abstract class API<Components extends MB_Comps> {
782782
* Import new definitions into the internal mathJS instance.
783783
* For details on how to use, see https://mathjs.org/docs/reference/functions/import.html
784784
*/
785-
public mathJSimport(object: MathJSImportObject | MathJSImportObject[], options?: MathJSImportOptions): void {
785+
public mathJSImport(object: MathJSImportObject | MathJSImportObject[], options?: MathJSImportOptions): void {
786786
this.mb.math.import(object, options);
787787
}
788788
}

0 commit comments

Comments
 (0)