Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hvub committed Mar 16, 2020
1 parent 18db869 commit 649499c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit 649499c

Please sign in to comment.