Considering_Safety typo fix

This commit is contained in:
Joey Hewitt
2022-01-26 09:49:37 -08:00
committed by GitHub
parent ad81298a25
commit d506e26513

View File

@@ -80,7 +80,7 @@ private:
}
```
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.
## Avoid Raw Memory Access