Merge pull request #143 from scintill/patch-1

Considering_Safety typo fix
This commit is contained in:
Jason Turner
2022-02-10 15:48:44 -07:00
committed by GitHub

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