diff options
author | Yuri Kunde Schlesner <[email protected]> | 2014-11-23 19:54:04 -0200 |
---|---|---|
committer | Yuri Kunde Schlesner <[email protected]> | 2014-11-23 19:54:04 -0200 |
commit | 1d5d94a1b92fdde6381ea9c5f3d12f2c41d3705d (patch) | |
tree | e21f533eeaeca6edc91b10dc7248365f84aa769f /CONTRIBUTING.md | |
parent | eee8cc67daf6489e445ce354b961bf9949c82267 (diff) | |
download | yuzu-android-1d5d94a1b92fdde6381ea9c5f3d12f2c41d3705d.tar.gz yuzu-android-1d5d94a1b92fdde6381ea9c5f3d12f2c41d3705d.zip |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f9b1ad8e..82b66be75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ enum SomeEnum { }; /** - * Very important function that does a lot of stuff. + * Very important struct that does a lot of stuff. * Note that the asterisks are indented by one space. */ struct Position { |