Skip to content

Commit

Permalink
fixed a little type in ex15.24.25.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
XDXX committed Sep 16, 2015
1 parent baf4c77 commit 62ec198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch15/ex15.24.25.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Why did we define a default constructor for Disc_quote? What effect, if
// any, would removing that constructor have on the behavior of Bulk_quote?
//
// Without it, when building the statement below, the compiler would conplain
// Without it, when building the statement below, the compiler would complain
// that:
//
// note: 'Bulk_quote::Bulk_quote()' is implicitly deleted because the default
Expand Down

0 comments on commit 62ec198

Please sign in to comment.