From 29421aa9972f3a8feff794d364ddea6a2c9847d7 Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Wed, 16 Apr 2025 22:33:10 -0500 Subject: [PATCH] Update vector.h --- include/vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vector.h b/include/vector.h index 2359595..4b8f73e 100644 --- a/include/vector.h +++ b/include/vector.h @@ -14,7 +14,7 @@ -//? Note: The vector is very inconsistant, but is on average %19 faster +//? Note: The vector is very inconsistant, but is on average %7 faster