Skip to content

Commit

Permalink
Fix parameter name in comment to match signature (#2973)
Browse files Browse the repository at this point in the history
aymanhab authored Mar 12, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 62205cd commit fcedec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSim/Common/Component.h
Original file line number Diff line number Diff line change
@@ -1604,7 +1604,7 @@ OpenSim_DECLARE_ABSTRACT_OBJECT(Component, Object);
*
* @param state
* the State in which to store the new value
* @param name
* @param k
* the name of the cache variable
* @param value
* the new value for this cache variable

0 comments on commit fcedec9

Please sign in to comment.