aboutsummaryrefslogtreecommitdiff
path: root/src/scope.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-08-20 01:36:47 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-08-20 01:36:47 -0400
commit5871a659d3436cfd7ed813bd317036d9b45e2e90 (patch)
tree683696379babe0595be6cee014deaf3fbbaa22d7 /src/scope.lua
parent774b296d3e49b8be3b0feaee8b5d3154fcec73b6 (diff)
downloadglum-5871a659d3436cfd7ed813bd317036d9b45e2e90.tar.gz
glum-5871a659d3436cfd7ed813bd317036d9b45e2e90.tar.bz2
glum-5871a659d3436cfd7ed813bd317036d9b45e2e90.zip
A halfway commit in case anyone from facepunch comes looking
Diffstat (limited to 'src/scope.lua')
-rw-r--r--src/scope.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scope.lua b/src/scope.lua
index dd19392..b5fd3c6 100644
--- a/src/scope.lua
+++ b/src/scope.lua
@@ -1,5 +1,5 @@
--[[
-This module implements functions that handle scoping rules
+This module implements functions that handle scoping rules
]]
local scope = {}