doc: fix misrendering due to `single quote'
[gitweb.git] / Documentation / git-rebase.txt
index c8ab48d6aa9fee8e9ee7af2fb3e39cf6cf3dd5ed..1920be30e8eaef9b5ae777b897ec2acb88daa867 100644 (file)
@@ -80,7 +80,7 @@ remain the checked-out branch.
 If the upstream branch already contains a change you have made (e.g.,
 because you mailed a patch which was applied upstream), then that commit
 will be skipped. For example, running `git rebase master` on the
-following history (in which A' and A introduce the same set of changes,
+following history (in which `A'` and `A` introduce the same set of changes,
 but have different committer information):
 
 ------------