From a489548cd3aca944bbf80a0105fa5f7093f86944 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 17 Jan 2025 14:10:34 +0100 Subject: [PATCH] docs: intro to "Bringing Quantity-Safety To The Next Level" improved --- .../posts/bringing-quantity-safety-to-the-next-level.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blog/posts/bringing-quantity-safety-to-the-next-level.md b/docs/blog/posts/bringing-quantity-safety-to-the-next-level.md index 0c8a9cc3..7ebb6997 100644 --- a/docs/blog/posts/bringing-quantity-safety-to-the-next-level.md +++ b/docs/blog/posts/bringing-quantity-safety-to-the-next-level.md @@ -9,9 +9,9 @@ comments: true # Bringing Quantity-Safety To The Next Level -It is really important for any quantities and units library to be unit-safe. Most of the libraries -on the market do it correctly. Some of them are also dimension-safe, which adds another level -of protection for their users. +All quantities and units libraries need to be unit-safe. Most of the libraries on the market do +this correctly. Some of them are also dimension-safe, which adds another level of protection for +their users. **mp-units** is probably the only library on the market that additionally is quantity-safe. This gives a new quality and possibilities. I've described the major idea behind it, implementation