mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix typo (#782)
This commit is contained in:
parent
98f1e46602
commit
d86a82f1eb
|
@ -9164,7 +9164,7 @@ Can cause maintenance problems.
|
||||||
// ...
|
// ...
|
||||||
int d = 7;
|
int d = 7;
|
||||||
// ...
|
// ...
|
||||||
d = value_to_be_rerurned;
|
d = value_to_be_returned;
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user