docs: CRTP full name fixed

This commit is contained in:
Mateusz Pusz
2023-08-26 20:43:58 +02:00
parent a9a043d892
commit c3077238c0

View File

@@ -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: