aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/development/c++.md2
1 files changed, 1 insertions, 1 deletions
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:}}