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 0846cf9 commit ebd70ac
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 @@ -162,7 +162,7 @@ a declaration as follows:
public static volatile EntityGraph<X> _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.

Import statements must be included for the
Expand Down

0 comments on commit ebd70ac

Please sign in to comment.