Skip to content

Commit 03e641c

Browse files
committed
Use double dash accordingly common format
1 parent a2ef6c7 commit 03e641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/B-embedding-git/sections/jgit.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Git git = new Git(repo);
128128
----
129129

130130
The Git class has a nice set of high-level _builder_-style methods that can be used to construct some pretty complex behavior.
131-
Let's take a look at an example doing something like `git ls-remote`:
131+
Let's take a look at an example -- doing something like `git ls-remote`:
132132

133133
[source,java]
134134
----

0 commit comments

Comments
 (0)