diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-02 18:37:46 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-02 18:37:46 +0200 |
commit | 63b05e6209db4cc8deab1c063d9aff02856282b3 (patch) | |
tree | bd1738e2d634fc87599914237b0539052dd77a19 | |
parent | e75c644c2c1c5b1b72522a99dcbe91dceaa96dcc (diff) |
minor commentdev
-rw-r--r-- | examples/basic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic.cpp b/examples/basic.cpp index 2c852ac..c3bff03 100644 --- a/examples/basic.cpp +++ b/examples/basic.cpp @@ -36,7 +36,7 @@ int main(){ // Auto deduced type. Based on the template parameters automatically stitches together a valid unit auto mps = b / s; - // Technically auto deduced, but predefined for convenience. + // Technically auto deduced, but defined for demonstration purposes. square_meter e = a*b; // scalar f = a/b; |