From a268938a7bcaab159bcd98e9126a75db4ea07a92 Mon Sep 17 00:00:00 2001 From: Dan Guzek Date: Fri, 6 Jul 2018 00:20:01 -0400 Subject: [PATCH] fix LuaDoc for SONGMAN:GetCoursesInGroup() SONGMAN:GetCoursesInGroup() actually takes two arguments, a string and a boolean, but the existing Lua Docs only mention the first. This fixes that. --- Docs/Luadoc/LuaDocumentation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index cb3afdaa0e..d058433376 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -5065,7 +5065,7 @@ save yourself some time, copy this for undocumented things: Returns a table containing all of the course group names. - + Returns a table with all of the courses in the specified group.