Skip to content

Commit b9f2af6

Browse files
author
Dane Springmeyer
committed
fix typo
1 parent 943f92f commit b9f2af6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/contributing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ If you see bits of code around that do not follow these please don't hesitate to
9999

100100
std::string const& variable_name // preferred, for consistency
101101

102-
std::string const& variable_name // no
102+
const std::string & variable_name // no
103103

104104
#### Pass built-in types by value, all others by const&
105105

0 commit comments

Comments
 (0)