From 46a13482cb9dcd45d50283b397b1bfea71dc013b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 19 Apr 2021 23:56:12 +1000 Subject: Cleanup: spelling --- source/blender/blenlib/BLI_vector.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_vector.hh') diff --git a/source/blender/blenlib/BLI_vector.hh b/source/blender/blenlib/BLI_vector.hh index b7ff488ff0f..d08a5c65c52 100644 --- a/source/blender/blenlib/BLI_vector.hh +++ b/source/blender/blenlib/BLI_vector.hh @@ -443,7 +443,7 @@ class Vector { { this->append_as(std::move(value)); } - /* This is similar to std::vector::emblace_back. */ + /* This is similar to `std::vector::emplace_back`. */ template void append_as(ForwardValue &&... value) { this->ensure_space_for_one(); -- cgit v1.2.3