mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Corrected spelling error...
This commit is contained in:
@@ -10475,7 +10475,7 @@ The user of `bar` cannot know if the interface used is complete and correct. At
|
||||
int bar(double) { /* ... */ }
|
||||
double foobar(int);
|
||||
|
||||
Thw errors will not be caught until link time for a program calling `bar` or `foobar`.
|
||||
The errors will not be caught until link time for a program calling `bar` or `foobar`.
|
||||
|
||||
**Example**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user