mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-07 16:25:12 +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
@@ -10,7 +10,7 @@
|
||||
# 4. missing space between keyword and parenthesis, e.g.: for(, if(, while(
|
||||
# 5. Missing space between right parenthesis and brace, e.g. 'for (...){'
|
||||
# 6. opening brace on its own line. It should always be on the same line as the
|
||||
# if/while/for/do statment.
|
||||
# if/while/for/do statement.
|
||||
#
|
||||
# Invoke as: tools/check-style.sh
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user