Skip to content

Commit 05e6717

Browse files
tchaikovabsurdfarce
authored andcommitted
manual: correct the codeblock directive
patch by Kefu Chai; reviewed by Andy Tolbert and Bret McGuire reference: #1940
1 parent 69eebb9 commit 05e6717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/mapper/daos/getentity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The method can return:
108108
* a single entity instance. If the argument is a result set type, the generated code will extract
109109
the first row and convert it, or return `null` if the result set is empty.
110110

111-
````java
111+
```java
112112
@GetEntity
113113
Product asProduct(Row row);
114114

0 commit comments

Comments
 (0)