There was an error while loading. Please reload this page.
1 parent ad81298 commit d506e26Copy full SHA for d506e26
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