aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-02 00:26:29 +0000
committerGitHub2021-06-02 00:26:29 +0000
commit01bf36344642965d056d550645f5dd9882ac7bdc (patch)
tree0aac1a999a9444c72a31c760957a7ef78b413e34
parentcc323f76654952927890b9cf7961b8aa7eb49aa8 (diff)
parentcfae07e7ba09d03a314d940e5c3f4f78befa7ce5 (diff)
Merge pull request #31 from wullewutz/patch-1
Fixed c/p error in keymap doc
-rw-r--r--book/src/keymap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 9c8c23d6..43e623a2 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -118,7 +118,7 @@ Jumps to various locations.
|-----|-----------|
| g | Go to the start of the file |
| e | Go to the end of the file |
-| e | Go to definition |
+| d | Go to definition |
| t | Go to type definition |
| r | Go to references |
| i | Go to implementation |