From c3077238c07303b0cddc72e5c76fc2851d96f1f2 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 26 Aug 2023 20:43:58 +0200 Subject: [PATCH] docs: CRTP full name fixed --- docs/users_guide/framework_basics/systems_of_quantities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/framework_basics/systems_of_quantities.md b/docs/users_guide/framework_basics/systems_of_quantities.md index cd9ada2d..8512b49f 100644 --- a/docs/users_guide/framework_basics/systems_of_quantities.md +++ b/docs/users_guide/framework_basics/systems_of_quantities.md @@ -128,7 +128,7 @@ from such an instantiation. is provided and used consistently through the library to allow the code to compile with C++20 compilers, thanks to the CRTP usage under the hood. - *[CRTP]: Curiously Recurring Template Parameter + *[CRTP]: Curiously Recurring Template Pattern For example, here is how the above quantity kind tree can be modeled in the library: