From 649499cdd96432cd99a30f46a84b2369c7d3fe43 Mon Sep 17 00:00:00 2001 From: hvub Date: Mon, 16 Mar 2020 16:18:39 +0100 Subject: [PATCH] typo fix --- .../scala/org/opencypher/tools/tck/validateDuplicateNames.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) {