docs: "you" replaced to "we" in many places

This commit is contained in:
Mateusz Pusz
2023-10-25 21:27:01 +02:00
parent 1f14184ac3
commit 6c28d743db
7 changed files with 24 additions and 23 deletions

View File

@@ -55,7 +55,7 @@ possible. For example, to create a quantity with a unit of speed, one may write:
quantity<si::metre / si::second> q;
```
In case you use such an unit often and would prefer to have a handy helper for it, you can
In case we use such an unit often and would prefer to have a handy helper for it, we can
always do something like this:
```cpp