summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/lexers/_luabuiltins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_luabuiltins.py b/pygments/lexers/_luabuiltins.py
index e6bff5df..b680d1c8 100644
--- a/pygments/lexers/_luabuiltins.py
+++ b/pygments/lexers/_luabuiltins.py
@@ -153,7 +153,7 @@ if __name__ == '__main__':
import pprint
# you can't generally find out what module a function belongs to if you
- # have only it's name. Because of this, here are some callback functions
+ # have only its name. Because of this, here are some callback functions
# that recognize if a gioven function belongs to a specific module
def module_callbacks():
def is_in_coroutine_module(name):