Fix typo in containers.md #29

Merged
Julian Eisel merged 1 commits from Mangal-Kushwah/blender-developer-docs:typo-fix into main 2024-02-20 15:24:03 +01:00

View File

@ -181,7 +181,7 @@ Set<int, 32> set;
Map<int, float, 32> map;
```
Using a larger online buffer obviously also increases the size of the type: `sizeof(Vector<int>) < sizeof(Vector<int, 32>)`.
Using a larger inline buffer obviously also increases the size of the type: `sizeof(Vector<int>) < sizeof(Vector<int, 32>)`.
### Hashing