From 04e1cbe33f5197719f1b6da09e74e81014403145 Mon Sep 17 00:00:00 2001
From: Charles Hall <charles@computer.surgery>
Date: Thu, 1 Sep 2022 05:41:15 -0700
Subject: [PATCH] fix: typo in tutor about searching compared to vim (#3625)

---
 runtime/tutor.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/tutor.txt b/runtime/tutor.txt
index 66d5389f..fe7b15d2 100644
--- a/runtime/tutor.txt
+++ b/runtime/tutor.txt
@@ -453,7 +453,7 @@ _________________________________________________________________
  Like the select command, searching also uses regex.
 
  Note: To search backwards, type ? (shift-/).
- Note: Unlike Vim, N doesn't change the search direction.
+ Note: Unlike Vim, ? doesn't change the search direction.
        N always goes backwards and n always goes forwards.