diff --git a/docs/getting_started/faq.md b/docs/getting_started/faq.md index 44a0f1f4..443b8d80 100644 --- a/docs/getting_started/faq.md +++ b/docs/getting_started/faq.md @@ -98,7 +98,7 @@ In the initial design of this library, the resulting type of division of two qua common representation type: ```cpp -static_assert(std::is_same_v); +static_assert(std::is_same_v); ``` First of all, this was consistent with