Skip to content

Commit

Permalink
fixed some grammar mistakes
Browse files Browse the repository at this point in the history
`[] ()` will be mistaken for a blank hyperlink by markdown.So in order to show the two operators, we have to use `() []` instead.
  • Loading branch information
Hao Zhixiang authored and pezy committed May 26, 2015
1 parent 3cd4dc4 commit e4ccbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch14/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@

(c) changing state of objects. Hence, member

(d) = [] () -> must be member
(d) = () [] -> must be member

(e) non-member

(f) symetric , non-member

(g) symetric , non-member

(h) = [] () -> must be member
(h) = () [] -> must be member

## Exercise 14.5:
>In exercise 7.40 from 7.5.1 (p. 291) you wrote a sketch of one of the following classes. Decide what, if any, overloaded operators your class should provide.
Expand Down

0 comments on commit e4ccbc4

Please sign in to comment.