From 173c500886ec54a2f7c21b7e9ef246f59a098956 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 3 Dec 2023 19:30:04 +0100 Subject: [PATCH] docs: tip in the "Quick start" chapter fixed --- docs/getting_started/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/quick_start.md b/docs/getting_started/quick_start.md index 594b13ab..dd96894e 100644 --- a/docs/getting_started/quick_start.md +++ b/docs/getting_started/quick_start.md @@ -45,7 +45,7 @@ quantity q = 42 * m; !!! tip - Unit symbols introduce a lot of short identifiers into the current namespace, and that is + Unit symbols introduce a lot of short identifiers into the current scope, and that is why they are opt-in. A user has to explicitly "import" them from a dedicated `unit_symbols` namespace.