There was an error while loading. Please reload this page.
2 parents ad81298 + d506e26 commit 5dfc898Copy full SHA for 5dfc898
04-Considering_Safety.md
@@ -80,7 +80,7 @@ private:
80
}
81
```
82
83
-Why? Because passing and returning by reference leads to pointer operations instead by much more faster passing values in processor registers.
+Why? Because passing and returning by reference leads to pointer operations, instead of much faster passing of values in processor registers.
84
85
## Avoid Raw Memory Access
86
0 commit comments