Skip to content

Commit d5934d8

Browse files
briandorseysteveklabnik
authored andcommitted
typo: remove ! to match example text
1 parent 211acc5 commit d5934d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello-world/describing-commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The simplest way to use it is with the `-m`, or "message" flag. This allows us
1919
to pass the description on the command line:
2020

2121
```console
22-
$ jj describe -m "hello world!"
22+
$ jj describe -m "hello world"
2323
Working copy now at: yyrsmnoo 524d2bf4 hello world
2424
Parent commit : zzzzzzzz 00000000 (empty) (no description set)
2525
```

0 commit comments

Comments
 (0)