diff --git a/tools/tck-integrity-tests/src/main/scala/org/opencypher/tools/tck/validateDuplicateNames.scala b/tools/tck-integrity-tests/src/main/scala/org/opencypher/tools/tck/validateDuplicateNames.scala index bb4078722b..42272cb8ea 100644 --- a/tools/tck-integrity-tests/src/main/scala/org/opencypher/tools/tck/validateDuplicateNames.scala +++ b/tools/tck-integrity-tests/src/main/scala/org/opencypher/tools/tck/validateDuplicateNames.scala @@ -31,7 +31,7 @@ import scala.collection.JavaConverters._ /** * This function will validate whether a TCK scenario an unambiguous name. The scenario name is required to be unique within a feature file, - * except for scenario resulting from a Scenario Outline. If a scenario name is found to be ambiguous a message will be returned providing the + * except for scenarios resulting from a Scenario Outline. If a scenario name is found to be ambiguous a message will be returned providing the * name and the scenarios causing it's ambiguity, otherwise None will be returned. */ object validateDuplicateNames extends (cucumber.api.Scenario => Option[String]) {