From 3c4b7af9b537912ba146bff42292e7043f122e74 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 13 Aug 2013 00:10:42 +0900 Subject: [PATCH] Update EXAMPLES.md --- EXAMPLES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 52d4778..9178817 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -342,7 +342,7 @@ static double pi = 3.14; ``` So far, so good. However, this rule is not sufficient to handle more complex -cases involving C++ templates or Java generics. Take the following examples: +cases involving C++ templates or Java generics. Take the following example: ```c const char* str = "Hello"; @@ -380,7 +380,7 @@ static double pi = 3.14; static std::map* scores = pointer; ``` -Okay, now press `gv=` and voila! +We're right on track, now press `gv=` and voila! ```c const char* str = "Hello";