Skip to content

Commit

Permalink
fix symbols in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Queequeg92 committed Nov 25, 2014
1 parent f6a5621 commit 6393796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch17/ex17.17.18/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
//!
//! Exercise 17.17
//! Update your program so that it finds all the words in an input sequence
//! that violiate the ¡°ei¡± grammar rule.
//! that violiate the "ei" grammar rule.

//!
//! Exercise 17.18
//! Revise your program to ignore words that contain ¡°ei¡± but are not
//! misspellings, such as ¡°albeit¡± and ¡°neighbor.¡±
//! Revise your program to ignore words that contain "ei" but are not
//! misspellings, such as "albeit" and "neighbor".

#include <iostream>
using std::cout;
Expand Down

0 comments on commit 6393796

Please sign in to comment.