Skip to content

Commit c03c9a3

Browse files
authored
Update README.md
1 parent 742180b commit c03c9a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Generated comparison operators are `constexpr` (when supported by the compiler).
4141

4242
## Example
4343

44+
Given this dummy integer class...
45+
4446
```c++
4547
#include <tao/operators.hpp>
4648

@@ -69,7 +71,7 @@ public:
6971
};
7072
```
7173
72-
then the library's templates *generate* the following operators:
74+
...the base class templates will *generate* the following operators.
7375
7476
```c++
7577
// generated by tao::operators::commutative_addable< MyInt >

0 commit comments

Comments
 (0)