spelling: implicitly

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-11-01 21:46:28 -04:00
committed by Andrzej Krzemienski
parent 56156dcc87
commit 969930959c

View File

@ -77,7 +77,7 @@ void test_basics( T const* )
check_uninitialized(def);
// Implicit construction
// The first parameter is implicitely converted to optional<T>(a);
// The first parameter is implicitly converted to optional<T>(a);
test_implicit_construction(a,a,z);
// Direct initialization.