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.