diff --git a/ui/src/main/resources/edu/wpi/grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm b/ui/src/main/resources/edu/wpi/grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm index 68dc4cf4f8..f191816839 100644 --- a/ui/src/main/resources/edu/wpi/grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm +++ b/ui/src/main/resources/edu/wpi/grip/ui/codegeneration/cpp/operations/CV_morphologyEx.vm @@ -1,7 +1,7 @@ /** * Performs advanced morphology functions. * @param src the Image to morph. - * @param op the morph operation + * @param op the morph operation * @param kernel the kernel for morphing. * @param anchor the center of the kernel. * @param iterations the number of times to perform the morph.