From 969930959c76ec2c75f4d622c3dd8427f429ac37 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:46:28 -0400 Subject: [PATCH] spelling: implicitly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- test/optional_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/optional_test.cpp b/test/optional_test.cpp index 5a61a20..db89c68 100644 --- a/test/optional_test.cpp +++ b/test/optional_test.cpp @@ -77,7 +77,7 @@ void test_basics( T const* ) check_uninitialized(def); // Implicit construction - // The first parameter is implicitely converted to optional(a); + // The first parameter is implicitly converted to optional(a); test_implicit_construction(a,a,z); // Direct initialization.