Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit a226f53

Browse files
authored
fix minor typo in README
1 parent 7f6d78a commit a226f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Macros for easy operator overloading.
99

1010
[Documentation](https://docs.rs/impl_ops/)
1111

12-
This library make writing multiple `impl std::ops::<op>` blocks much faster, especially when you want operators defined for both owned and borrowed variants of the inputs.
12+
This library makes writing multiple `impl std::ops::<op>` blocks much faster, especially when you want operators defined for both owned and borrowed variants of the inputs.
1313

1414
To use, include `#[macro_use] extern crate impl_ops;` in your crate and `use std::ops;` in your module. Remember that you can only overload operators between one or more types defined in the current crate.
1515
# Examples

0 commit comments

Comments
 (0)