Skip to content

Commit 8ab69b2

Browse files
committed
Fix quotes
1 parent af28d78 commit 8ab69b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenSim/Tools/InverseKinematicsTool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ OpenSim_DECLARE_CONCRETE_OBJECT(InverseKinematicsTool, Tool);
8787
OpenSim_DECLARE_PROPERTY(marker_file, std::string,
8888
"TRC file (.trc) containing the time history of observations of marker "
8989
"positions obtained during a motion capture experiment. Markers in this "
90-
"file that have a corresponding task and model marker are included."");
90+
"file that have a corresponding task and model marker are included.");
9191

9292

9393
OpenSim_DECLARE_PROPERTY(coordinate_file, std::string,

0 commit comments

Comments
 (0)