From 6e93d997e50abd1ebd8d640ddda136af9d2f1375 Mon Sep 17 00:00:00 2001 From: Li Ming Date: Wed, 28 Oct 2015 19:19:00 +0800 Subject: [PATCH] Update 15.markdown 'treat ... like ...' -> 'treat ... as ...' --- chapters/15.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/15.markdown b/chapters/15.markdown index 49724f9..3433b8e 100644 --- a/chapters/15.markdown +++ b/chapters/15.markdown @@ -37,7 +37,7 @@ all the text inside the parentheses. You can think of this new movement as "parameters". The `onoremap` command tells Vim that when it's waiting for a movement to give -to an operator and it sees `p`, it should treat it like `i(`. When we ran `dp` +to an operator and it sees `p`, it should treat it as `i(`. When we ran `dp` it was like saying "delete parameters", which Vim translates to "delete inside parentheses".