diff --git a/docs/features/core/blenlib/containers.md b/docs/features/core/blenlib/containers.md index bb17bc03..b60f0da5 100644 --- a/docs/features/core/blenlib/containers.md +++ b/docs/features/core/blenlib/containers.md @@ -181,7 +181,7 @@ Set set; Map map; ``` -Using a larger online buffer obviously also increases the size of the type: `sizeof(Vector) < sizeof(Vector)`. +Using a larger inline buffer obviously also increases the size of the type: `sizeof(Vector) < sizeof(Vector)`. ### Hashing