Skip to content

Commit

Permalink
fix broken monospace
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin King <[email protected]>
  • Loading branch information
gavinking authored and lukasj committed May 22, 2024
1 parent a6cd1c4 commit 970f4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/ch03-entity-operations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ non-versioned objects, `LockModeType.OPTIMISTIC_FORCE_INCREMENT` must
always prevent the phenomena P1 and P2. For non-versioned objects,
whether or not `LockModeType.OPTIMISTIC_FORCE_INCREMENT` has any
additional behavior is vendor-specific. Applications that call
`lock(entity, LockModeType.OPTIMISTIC_FORCE_INCREMENT)_ on non-versioned
`lock(entity, LockModeType.OPTIMISTIC_FORCE_INCREMENT)` on non-versioned
objects will not be portable.

For versioned objects, it is permissible for
Expand Down
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/ch11-metadata-for-or-mapping.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2703,8 +2703,8 @@ persistent property or field should be persisted as a large object to a
database-supported large object type. Portable applications should use
the `Lob` annotation when mapping to a database Lob type. The `Lob`
annotation may be used in conjunction with the `Basic` annotation or
with the `ElementCollection`footnote:[If the element
collection is a Map, this applies to the map value.] annotation when the
with the ``ElementCollection``footnote:[If the element
collection is a `Map`, this applies to the map value.] annotation when the
element collection value is of basic type. A Lob may be either a binary
or character type. The Lob type is inferred from the type of the
persistent field or property and, except for string and character types,
Expand Down

0 comments on commit 970f4e4

Please sign in to comment.