diff options
Diffstat (limited to '')
| -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 { | |||
| 45 | }; | 45 | }; |
| 46 | 46 | ||
| 47 | /** | 47 | /** |
| 48 | * Very important function that does a lot of stuff. | 48 | * Very important struct that does a lot of stuff. |
| 49 | * Note that the asterisks are indented by one space. | 49 | * Note that the asterisks are indented by one space. |
| 50 | */ | 50 | */ |
| 51 | struct Position { | 51 | struct Position { |