Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 9, 2024
1 parent 432e541 commit 179641a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/include/DistanceToSingletonScore.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ IMPCORE_BEGIN_NAMESPACE
point as passed to a UnaryFunction. This is useful for anchoring
constraining particles within a sphere.
To restrain a set of particles store in SingletonContainer pc in a sphere
To restrain a set of particles stored in SingletonContainer pc in a sphere
do the following:
\include core/restrain_in_sphere.py
*/
Expand Down Expand Up @@ -96,7 +96,7 @@ IMP_GENERIC_OBJECT(DistanceToSingletonScore, distance_to_singleton_score,
point as passed to a UnaryFunction. This is useful for anchoring
constraining particles within a sphere.
To restrain a set of particles store in SingletonContainer pc in a sphere
To restrain a set of particles stored in SingletonContainer pc in a sphere
do the following:
\include core/restrain_in_sphere.py
*/
Expand Down

0 comments on commit 179641a

Please sign in to comment.