diff options
-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 { |