Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manual: correct the codeblock directive #1940

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Commits on Jul 12, 2024

  1. manual: correct the codeblock directive

    it should start with three backticks not four of them. otherwise
    sphinx warns like:
    
    ```
    /home/kefu/dev/cassandra-java-driver/docs/_source/manual/mapper/daos/getentity/index.md:111: WARNING: Lexing literal_block '@GetEntity\nProduct asProduct(Row row);\n\n@GetEntity\nProduct firstR
    owAsProduct(ResultSet resultSet);\n```\n\n' as "java" resulted in an error at token: '`'. Retrying in relaxed mode.
    ```
    
    in this change, let's use three backticks. and the warning disappears.
    
    Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
    tchaikov committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    65e6e65 View commit details
    Browse the repository at this point in the history