Skip to content

Commit 5a6c5ef

Browse files
authored
Fix typo
1 parent 0092433 commit 5a6c5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/cucumber/runtime/table/TableConverter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public TableConverter(LocalizedXStreams.LocalizedXStream xStream, ParameterInfo
4444
}
4545

4646
/**
47-
* This method converts a {@link cucumber.api.DataTable} to abother type.
47+
* This method converts a {@link cucumber.api.DataTable} to another type.
4848
* When a Step Definition is passed a Gherkin Data Table, the runtime will use this method to convert the
4949
* {@link cucumber.api.DataTable} to the declared type before invoking the Step Definition.
5050
* <p/>

0 commit comments

Comments
 (0)