Skip to content

Commit

Permalink
Bump asciidoctor to latest version
Browse files Browse the repository at this point in the history
Documentation: minor corrections
  • Loading branch information
deining authored and remkop committed Feb 16, 2022
1 parent 6ca84dd commit 510f8dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8680,7 +8680,7 @@ internals.
Commands:
The most commonly used git commands are:
help Displays help information about the specified command
help Display help information about the specified command.
status Show the working tree status.
commit Record changes to the repository.
add Add file contents to the index.
Expand Down
4 changes: 2 additions & 2 deletions docs/quick-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ $ ISOCodeResolver help
Usage: ISOCodeResolver [COMMAND]
Resolves ISO country codes (ISO-3166-1) or language codes (ISO-639-1/-2)
Commands:
help Displays help information about the specified command
help Display help information about the specified command.
country Resolves ISO country codes (ISO-3166-1)
language Resolves one or more ISO language codes (ISO-639-1 or 639-2)
----
Expand Down Expand Up @@ -1131,7 +1131,7 @@ internals.
Commands:
The most commonly used git commands are:
help Displays help information about the specified command
help Display help information about the specified command.
status Show the working tree status.
commit Record changes to the repository.
add Add file contents to the index.
Expand Down
2 changes: 1 addition & 1 deletion gradle/docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ javadoc {
javadoc.dependsOn(jar)
javadoc.dependsOn('asciidoctor')
asciidoctorj {
version = '2.5.2'
version = '2.5.3'
}
asciidoctor {
sourceDir = file('docs')
Expand Down

0 comments on commit 510f8dd

Please sign in to comment.