diff options
Diffstat (limited to 'pygments/lexers/_cocoa_builtins.py')
-rw-r--r-- | pygments/lexers/_cocoa_builtins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_cocoa_builtins.py b/pygments/lexers/_cocoa_builtins.py index 72d86db1..5f2a5223 100644 --- a/pygments/lexers/_cocoa_builtins.py +++ b/pygments/lexers/_cocoa_builtins.py @@ -5,7 +5,7 @@ This file defines a set of types used across Cocoa frameworks from Apple. There is a list of @interfaces, @protocols and some other (structs, unions) - File may be also used as standalone generator for aboves. + File may be also used as standalone generator for above. :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. |