docs: tip in the "Quick start" chapter fixed

This commit is contained in:
Mateusz Pusz
2023-12-03 19:30:04 +01:00
parent 13b450e8cf
commit 173c500886

View File

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