Skip to content

Commit 6b8b8ea

Browse files
committed
change comment
1 parent f222e15 commit 6b8b8ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MuTalk-Examples/MTAnalysis.extension.st

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ MTAnalysis class >> exampleAnalysisWithLessOperators [
3030
mtAnalysis run.
3131
mtAnalysis generalResult inspect.
3232

33-
"How to get non mutated methods:"
33+
"Uncomment the following instructions to get non mutated methods"
34+
3435
"nonMutatedAnalysis := MTNonMutatedMethodsAnalysis forClasses: { MyVehicle }.
3536
nonMutatedAnalysis mtAnalysis: mtAnalysis.
3637
nonMutatedAnalysis methodsWithoutMutation inspect"

0 commit comments

Comments
 (0)