summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--book/src/cpp.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/cpp.md b/book/src/cpp.md
index 319cc98f..8a790407 100644
--- a/book/src/cpp.md
+++ b/book/src/cpp.md
@@ -59,7 +59,7 @@ cannot translate into Rust:
* Anything related to template specialization:
* Partial template specialization
* Traits templates
- * Specialization Failure Is Not An Error (SFINAE)
+ * Substitution Failure Is Not An Error (SFINAE)
* Cross language inheritance, for example inheriting from a Rust struct in C++.