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";