From 1efd8c49dbac06ae0bbbc97dc01d6a8b6ecc9031 Mon Sep 17 00:00:00 2001 From: Mangal Kushwah Date: Tue, 20 Feb 2024 13:33:56 +0100 Subject: [PATCH] Fix typo in containers.md --- docs/features/core/blenlib/containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2