Skip to content

Commit b2d82d5

Browse files
committed
more idiomatic
1 parent 670e1cc commit b2d82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ Or, you can do something like this:
539539
$ git rm \*~
540540
----
541541

542-
This command removes all files that end with a `~` in the filename.
542+
This command removes all files whose names end with a `~`.
543543

544544
[[_git_mv]]
545545
==== Moving Files

0 commit comments

Comments
 (0)