Skip to content

Commit b66b066

Browse files
committed
typo: Remove extra backtick
1 parent 87a40f9 commit b66b066

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
@@ -89,7 +89,7 @@ The method can return:
8989
* a single entity instance. If the argument is a result set type, the generated code will extract
9090
the first row and convert it, or return `null` if the result set is empty.
9191

92-
````java
92+
```java
9393
@GetEntity
9494
Product asProduct(Row row);
9595

0 commit comments

Comments
 (0)