mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-05 14:11:43 +00:00
Trivial typos
Non-user facing. Found using `codespell -q 3`
This commit is contained in:
committed by
Jason Rhinelander
parent
5c7a290d37
commit
0b3f44ebdf
@@ -249,7 +249,7 @@ TEST_SUBMODULE(virtual_functions, m) {
|
||||
m.def("dispatch_issue_go", [](const Base * b) { return b->dispatch(); });
|
||||
|
||||
// test_override_ref
|
||||
// #392/397: overridding reference-returning functions
|
||||
// #392/397: overriding reference-returning functions
|
||||
class OverrideTest {
|
||||
public:
|
||||
struct A { std::string value = "hi"; };
|
||||
|
||||
Reference in New Issue
Block a user