docs: swap life-time around

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
Chris Kipp 2023-01-15 09:46:20 +01:00 committed by ObserverOfTime
parent c4c543ed1d
commit 5e9c6b6ba0

View file

@ -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`