From d61168272d493908cf5b10c7573ab54b280bba03 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 18 Feb 2020 17:47:40 +0100 Subject: Fix written-out form of SFINAE --- book/src/cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++. -- cgit v1.2.3