Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md (#8607)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTowel authored and radare committed Sep 29, 2017
1 parent 7d1eba2 commit f9c4a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ r_core_wrap.cxx:32103:61: error: assigning to 'RDebugReasonType' from incompatib
* Comments should be smart. Function names should be explicit enough
to not require a comment to explain what it does. If this is not
possible at all, we can still use a comment. But it is a bad idea
to relay on comment to make the code readable.
to rely on comments to make the code readable.
* Use 'R_API' define to mark exportable (public) methods only for module APIs
Expand Down

0 comments on commit f9c4a8c

Please sign in to comment.