Skip to content

Commit

Permalink
fixed a little typo in ex15.8.9.10.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
XDXX committed Sep 16, 2015
1 parent 9f188fa commit 165bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch15/ex15.8.9.10/ex15.8.9.10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Define static type and dynamic type.
// The static type of an expression is always known at compile time.
// The dynamic type is the type of the object in memory that the variable or
// expression reprensents. The dynamic type may not be known until run time.
// expression represents. The dynamic type may not be known until run time.
//
// Exercise 15.9:
// When is it possible for an expression’s static type to differ from its
Expand Down

0 comments on commit 165bbf2

Please sign in to comment.