Skip to content

Commit

Permalink
Merge pull request #283 from gramian/main
Browse files Browse the repository at this point in the history
Minor update
  • Loading branch information
lvca authored Oct 14, 2024
2 parents 13630d7 + 935ddd8 commit e269d3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/asciidoc/api/java-embeddeddoc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ db.transaction( (tx) -> {

Modeling with a graph it would be something like this:

[graphviz,dot-example,svg]
[graphviz,dot-example2,svg]
----
graph g {
"Jay Miner" -- "Commodore" [label = "WorksAt(since: 1982)"]
Expand Down
2 changes: 2 additions & 0 deletions src/main/asciidoc/sql/SQL-Methods.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,8 @@ Applies to the following types:
SELECT name.trim() FROM Actors
----

'''

[discrete]
===== trimPrefix()

Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/version.adoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
:revnumber: 24.6.1
:revnumber: 24.10.1

0 comments on commit e269d3e

Please sign in to comment.