Skip to content

Commit

Permalink
fixed some typo in ex15.34.35.36.38/main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
XDXX committed Sep 17, 2015
1 parent fd8a9f2 commit f376870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch15/ex15.34.35.36.38/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
// OrQuery::rep() which is inherited from BinaryQuery
// BinaryQuery::rep()
// Query::rep() for lhs and rhs
// for rhs which is a WordQuery : WordQuery::rep() where query_word("wind") is retuerned
// for rhs which is a WordQuery : WordQuery::rep() where query_word("wind") is returned.
// for lhs which is an AndQuery:
// AndQuery::rep() --which is inherited from BinaryQuery
// BinaryQuer::rep()
// for rhs: WordQuery::rep() where query_word("fiery") is retuerned
// for lhs: WordQuery::rep() where query_word("bird" ) is retuerned
// for rhs: WordQuery::rep() where query_word("fiery") is returned
// for lhs: WordQuery::rep() where query_word("bird" ) is returned
//
// (c) List the calls to eval made from q.eval().
// q.eval()
Expand Down

0 comments on commit f376870

Please sign in to comment.