8000 Considering_Safety typo fix · FamousHero/cppbestpractices@d506e26 · GitHub
[go: up one dir, main page]

Skip to content

Commit d506e26

Browse files
authored
Considering_Safety typo fix
1 parent ad81298 commit d506e26

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