Skip to content

Commit 7f78318

Browse files
author
Wenzel Jakob
committed
Merge pull request #20 from jakirkham/minor_typo
Missing "is"
2 parents e9f4304 + 648e196 commit 7f78318

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
@@ -68,5 +68,5 @@ In addition to the core functionality, pybind11 provides some extra goodies:
6868
- Python's slice-based access and assignment operations can be supported with
6969
just a few lines of code.
7070

71-
- Everything is contained in just a few header files; there no need to link
71+
- Everything is contained in just a few header files; there is no need to link
7272
against any additional libraries.

0 commit comments

Comments
 (0)