Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 5, 2012
1 parent 943f92f commit b9f2af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ If you see bits of code around that do not follow these please don't hesitate to

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

std::string const& variable_name // no
const std::string & variable_name // no

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

Expand Down

0 comments on commit b9f2af6

Please sign in to comment.