From 20b6c17e7fcb32c1bcdb5d34ff4e46b04b6cdafc Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 11 Sep 2022 16:42:19 -0400 Subject: [PATCH] fix typo in docs --- dlib/type_safe_union/type_safe_union_kernel_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/type_safe_union/type_safe_union_kernel_abstract.h b/dlib/type_safe_union/type_safe_union_kernel_abstract.h index 3893e9036..30623f9b3 100644 --- a/dlib/type_safe_union/type_safe_union_kernel_abstract.h +++ b/dlib/type_safe_union/type_safe_union_kernel_abstract.h @@ -38,7 +38,7 @@ namespace dlib using tsu = type_safe_union; tsu a(in_place_tag{}, 0, 1); // a now contains an object of type A - It is also used with type_safe_union::for_each() to disambiguate types. + It is also used with type_safe_union::for_each_type() to disambiguate types. !*/ // ----------------------------------------------------------------------------------------