This is an automated email from the ASF dual-hosted git repository.

absurdfarce pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git

commit 05e6717253d1c6ae0c5a9ce20fcf5ab448d32ec6
Author: Kefu Chai <[email protected]>
AuthorDate: Fri Jul 12 09:37:06 2024 +0800

    manual: correct the codeblock directive
    
    patch by Kefu Chai; reviewed by Andy Tolbert and Bret McGuire
    reference: https://github.com/apache/cassandra-java-driver/pull/1940
---
 manual/mapper/daos/getentity/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/mapper/daos/getentity/README.md 
b/manual/mapper/daos/getentity/README.md
index abb7cb076..de9a530b5 100644
--- a/manual/mapper/daos/getentity/README.md
+++ b/manual/mapper/daos/getentity/README.md
@@ -108,7 +108,7 @@ The method can return:
 * a single entity instance. If the argument is a result set type, the 
generated code will extract
   the first row and convert it, or return `null` if the result set is empty.
 
-    ````java
+    ```java
     @GetEntity
     Product asProduct(Row row);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to