Skip to content

Commit 6fd946c

Browse files
committed
Typo fix
1 parent 83e7a5c commit 6fd946c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MDX2JSON/AbstractREST.cls.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,9 @@ pArgs - additional arguments]]></Description>
474474
do ##class(%Device).ReDirectIO(1)
475475
476476
if $isobject(pObj) {
477-
do $Method(pobj,pMethod,pArgs...)
477+
do $Method(pObj,pMethod,pArgs...)
478478
} elseif $$$comClassDefined(pObj) {
479-
do $ClassMethod(pobj,pMethod,pArgs...)
479+
do $ClassMethod(pObj,pMethod,pArgs...)
480480
}
481481
482482
//Disable redirection

0 commit comments

Comments
 (0)