8000 Merge pull request #143 from scintill/patch-1 · odsource/cppbestpractices@5dfc898 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5dfc898

Browse files
authored
Merge pull request cpp-best-practices#143 from scintill/patch-1
Considering_Safety typo fix
2 parents ad81298 + d506e26 commit 5dfc898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-Considering_Safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private:
8080
}
8181
```
8282

83-
Why? Because passing and returning by reference leads to pointer operations instead by much more faster passing values in processor registers.
83+
Why? Because passing and returning by reference leads to pointer operations, instead of much faster passing of values in processor registers.
8484

8585
## Avoid Raw Memory Access
8686

0 commit comments

Comments
 (0)
0