From 211ba6a5b314f120cf520be8a3f52fce23cba214 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 23 Oct 2023 09:21:37 +0200 Subject: [PATCH] docs: a representation type in a dimensionless quantity FAQ fixed --- docs/getting_started/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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