Skip to content

Commit

Permalink
Update spec/src/main/asciidoc/ch05-metamodel-api.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin King <[email protected]>
  • Loading branch information
lukasj and gavinking authored Mar 15, 2024
1 parent ebd70ac commit 99827ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/ch05-metamodel-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ must contain a declaration as follows:
public static volatile TypedQueryReference<R> _n_;
----
+
where `n` is the name `"n"` with not a legal Java identifier characters
where `n` is the name `"n"` with every character which is not a legal Java identifier character
replaced with an underscore.

* For every named entity graph with name `"n"` declared by
Expand Down

0 comments on commit 99827ab

Please sign in to comment.