Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STYLE: Use gender-neutral language for example documentation #4582

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Modules/Core/Transform/include/itkCompositeTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ namespace itk
* Example:
* A user wants to optimize two Affine transforms together, then add a
* Deformation Field (DF) transform, and optimize it separately.
* He first adds the two Affines, then runs the optimization and both Affines
* transforms are optimized. Next, he adds the DF transform and calls
* They first add the two Affines, then run the optimization and both Affines
* transform parameters are optimized. Next, they add the DF transform and call
* SetOnlyMostRecentTransformToOptimizeOn, which clears the optimization flags
* for both of the affine transforms, and leaves the flag set only for the DF
* transform, since it was the last transform added. Now he runs the
* transform, since it was the last transform added. Now they run the
* optimization and only the DF transform is optimized, but the affines are
* included in the transformation during the optimization.
*
Expand Down
Loading