Skip to content

Commit 33a7bda

Browse files
author
Anton Deryabin
committed
Fixed broken javadoc
1 parent b765883 commit 33a7bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java8/src/main/java/io/cucumber/java8/LambdaGlue.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ default <T> void DataTableType(DataTableEntryDefinitionBody<T> body) {
355355
/**
356356
* Register a data table type
357357
*
358-
* @param body a function that creates an instance of <code>type<</code> from the data table
358+
* @param body a function that creates an instance of <code>type</code> from the data table
359359
* @param <T> the data table type
360360
*/
361361
default <T> void DataTableType(DataTableRowDefinitionBody<T> body) {

0 commit comments

Comments
 (0)