Skip to content

Commit 4fa2e30

Browse files
Tweak contract comment
Co-authored-by: Michael Hordijk <[email protected]>
1 parent 96a269a commit 4fa2e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

au/code/au/operators.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// arithmetic: `std::less<void>`, `std::plus<void>`, etc.
1919
//
2020
// These are _not_ intended as _fully general_ replacements. They are _only_ intended for certain
21-
// specific use cases in this library. External user code should not use these utilities: they are
22-
// subject to change their contract at any time to suit the needs of Au.
21+
// specific use cases in this library. External user code should not use these utilities: their
22+
// contract is subject to change at any time to suit the needs of Au.
2323
//
2424
// There are two main reasons we rolled our own versions instead of just using the ones from the
2525
// standard library (as we had initially done). First, the `<functional>` header is moderately

0 commit comments

Comments
 (0)