diff --git a/docs/blog/posts/introducing-absolute-quantities.md b/docs/blog/posts/introducing-absolute-quantities.md index 53009196..26d3d39f 100644 --- a/docs/blog/posts/introducing-absolute-quantities.md +++ b/docs/blog/posts/introducing-absolute-quantities.md @@ -259,7 +259,7 @@ The above raises a few questions: 1. Does it mean that `quantity` or `quantity` should not compile? 2. Should we require the user to always state `quantity>` or -   `quantity>`? This would be consistent with physical equations but more +   `quantity>`? This would be consistent with physical equations but more verbose in the source code. 3. Should the syntax `40 * s` be disallowed or should it implicitly create`quantity>` instead of `quantity`?