From 4d2090ebc41dc19b312ebbddc28660421bcaaf23 Mon Sep 17 00:00:00 2001 From: Jordan Maples Date: Fri, 29 May 2020 10:54:13 -0700 Subject: [PATCH] fixed typo --- tests/span_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/span_tests.cpp b/tests/span_tests.cpp index ee23009..db536fa 100644 --- a/tests/span_tests.cpp +++ b/tests/span_tests.cpp @@ -31,7 +31,7 @@ #include // for vector #include -// the string_view include and macro are used in the deduciton guide verification +// the string_view include and macro are used in the deduction guide verification #if (defined(__cpp_deduction_guides) && (__cpp_deduction_guides >= 201611L)) #ifdef __has_include #if __has_include()