Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJordan Maples <jomaples@microsoft.com>2020-05-29 20:54:13 +0300
committerJordan Maples <jomaples@microsoft.com>2020-05-29 20:54:13 +0300
commit4d2090ebc41dc19b312ebbddc28660421bcaaf23 (patch)
tree3a0cb0d066ae29a6a3362c4194394adb57b46535 /tests
parentc4a2ce6cc8aa2a638b088711a2547234c67b2ea3 (diff)
fixed typo
Diffstat (limited to 'tests')
-rw-r--r--tests/span_tests.cpp2
1 files changed, 1 insertions, 1 deletions
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 <vector> // for vector
#include <utility>
-// 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(<string_view>)