Skip to content

Commit 65e9551

Browse files
committed
typo: remove extra backtick in docs
1 parent 941989f commit 65e9551

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)