Meta: Typo

This commit is contained in:
Timothée Leclaire-Fournier 2024-03-02 13:25:48 -05:00
parent 2f1b34b4cd
commit c4b07fa5a6

View File

@ -39,8 +39,8 @@ Time (milliseconds) required for allocations with pool: 3
Time (milliseconds) required for real allocations when constructing pool: 9
```
This trivial example show some performance improvements that would be much more
important should the allocation and construction of objects be more complex.
This trivial example shows some performance improvements that would be much more
important should the allocation and construction of the objects be more complex.
## Safety
AddressSanitizer, LeakSanitizer and ThreadSanitizer have been used to ensure the safety