From 5e9c6b6ba079a90a2545e651e3740b655b9ff035 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Sun, 15 Jan 2023 09:46:20 +0100 Subject: docs: swap life-time around Co-authored-by: ObserverOfTime --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2367dd03..90084f049 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -161,7 +161,7 @@ effect on highlighting. We will work on improving highlighting in the near futur @type.definition ; type definitions (e.g. `typedef` in C) @type.qualifier ; type qualifiers (e.g. `const`) -@storageclass ; life-time modifiers that affect storage in memory +@storageclass ; modifiers that affect storage in memory or life-time @attribute ; attribute annotations (e.g. Python decorators) @field ; object and struct fields @property ; similar to `@field` -- cgit v1.2.3-70-g09d2