Skip to content

Commit

Permalink
Fixed getComponentModifierNames call.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Mar 3, 2016
1 parent 6bd7fa7 commit 1afd850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UsersGuide/source/introduction.rst
Expand Up @@ -823,7 +823,7 @@ Different kinds of calls with returned results:
getConnectionCount(BouncingBall)
getInheritanceCount(BouncingBall)
getComponentModifierValue(BouncingBall,e)
getComponentModifierNames(BouncingBall,e)
getComponentModifierNames(BouncingBall,"e")
getClassRestriction(BouncingBall)
getVersion() // Version of the currently running OMC
Expand Down

0 comments on commit 1afd850

Please sign in to comment.