Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 9347dca

Browse files
authored
Correct typo in documentation (#14)
Fixed an error in the documentation where an extra backtick was present
1 parent f9fd5e0 commit 9347dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To execute a SELECT query and retrieve Java object results, follow this example:
105105
return entityql.from(e).where(c -> c.eq(e.id, id)).fetchOne();
106106
}
107107
108-
You'll use a metamodel class, like ``Employee_`` for ``Employee```, which is auto-generated through annotation processing.
108+
You'll use a metamodel class, like ``Employee_`` for ``Employee``, which is auto-generated through annotation processing.
109109

110110
The ``entityql`` instance from the ``Entityql`` class serves as the Criteria API's starting point.
111111

0 commit comments

Comments
 (0)