diff options
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc0a385d4..43beeb04e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -160,7 +160,7 @@ As languages differ quite a lot, here is a set of captures available to you when ```scheme @type ; type or class definitions and annotations @type.builtin ; built-in types -@type.definition ; type definitions (e.g. `typedef` in C) +@type.definition ; identifiers in type definitions (e.g. `typedef <type> <identifier>` in C) @type.qualifier ; type qualifiers (e.g. `const`) @storageclass ; modifiers that affect storage in memory or life-time |
