restore: fix typo in docs

Signed-off-by: William Chargin <wchargin@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

William Chargin committed Aug 3, 2019 at 15:04 UTC 21416f0a0753890d2364c52c1df107304cb5e9ab
1 file changed +1 -1
Documentation/git-restore.txt
+1 -1
@@ -39,7 +39,7 @@ OPTIONS
39 commit, branch or tag associated with it.
40 +
41 If not specified, the default restore source for the working tree is
42 -the index, and the default restore source for the index index is
42 +the index, and the default restore source for the index is
43 `HEAD`. When both `--staged` and `--worktree` are specified,
44 `--source` must also be specified.
45