mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix typo (#782)
This commit is contained in:
committed by
Jonathan Wakely
parent
98f1e46602
commit
d86a82f1eb
@@ -9164,7 +9164,7 @@ Can cause maintenance problems.
|
||||
// ...
|
||||
int d = 7;
|
||||
// ...
|
||||
d = value_to_be_rerurned;
|
||||
d = value_to_be_returned;
|
||||
// ...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user