From 087e4222f1964de9fbef1b11f1344b0f93cefbe2 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 24 Aug 2022 18:12:13 +0200 Subject: c++: fix minor typo --- src/development/c++.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/c++.md b/src/development/c++.md index aff9ccd..b42a263 100644 --- a/src/development/c++.md +++ b/src/development/c++.md @@ -16,7 +16,7 @@ typename decltype(foo)::_; {{#include c++/meta.cc:3:}} ``` -## Example: `is_any_of` template meta function +## Example: `any_of` template meta function ```cpp {{#include c++/meta3.cc:3:}} -- cgit v1.2.3