We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b765883 commit 33a7bdaCopy full SHA for 33a7bda
java8/src/main/java/io/cucumber/java8/LambdaGlue.java
@@ -355,7 +355,7 @@ default <T> void DataTableType(DataTableEntryDefinitionBody<T> body) {
355
/**
356
* Register a data table type
357
*
358
- * @param body a function that creates an instance of <code>type<</code> from the data table
+ * @param body a function that creates an instance of <code>type</code> from the data table
359
* @param <T> the data table type
360
*/
361
default <T> void DataTableType(DataTableRowDefinitionBody<T> body) {
0 commit comments