From 8e9c032fdbb5133595aeb4dbac34c3533be7bbe6 Mon Sep 17 00:00:00 2001 From: Pancakeddd Date: Thu, 9 Nov 2017 15:24:44 -1000 Subject: [PATCH] Better Comments uses multiline comments --- classic.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/classic.lua b/classic.lua index cbd6f81..c892aa0 100644 --- a/classic.lua +++ b/classic.lua @@ -1,12 +1,11 @@ --- --- classic --- --- Copyright (c) 2014, rxi --- --- This module is free software; you can redistribute it and/or modify it under --- the terms of the MIT license. See LICENSE for details. --- +--[[ + classic + Copyright (c) 2014, rxi + + This module is free software; you can redistribute it and/or modify it under + the terms of the MIT license. See LICENSE for details. +--]] local Object = {} Object.__index = Object