Correct multiple problems in related sentences.

pull/341/head
Andreas Scherer 10 years ago
parent 3e8dc12982
commit 545c7c40e3

@ -5869,13 +5869,13 @@ Consider:
void print(int a, int base);
void print(const string&);
These three functions all prints their arguments (appropriately). Conversely
These three functions all print their arguments (appropriately). Conversely:
void print_int(int a);
void print_based(int a, int base);
void print_string(const string&);
These three functions all prints their arguments (appropriately). Adding to the name just introduced verbosity and inhibits generic code.
These three functions all print their arguments (appropriately). Adding to the name just introduced verbosity and inhibits generic code.
##### Enforcement

Loading…
Cancel
Save