Skip to content

Commit

Permalink
Merge pull request Mooophy#663 from shuaitq/master
Browse files Browse the repository at this point in the history
Fix 6.53
  • Loading branch information
pezy chen authored May 20, 2018
2 parents a945cd1 + 7197880 commit 16fb452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ int calc(const int&, const int&); // calls lookup(const int&)
(b)
```cpp
int calc(char*, char*); // calls lookup(char*)
int calc(const char*, const char*); calls lookup(const char *)
int calc(const char*, const char*); // calls lookup(const char *)
```
(c)
Expand Down

0 comments on commit 16fb452

Please sign in to comment.