Update documentation string

This commit is contained in:
Emma Broman
2020-10-13 14:14:25 +02:00
parent 6907678f32
commit f136dc6a6d

View File

@@ -76,7 +76,7 @@ scripting::LuaLibrary ExoplanetsModule::luaLibrary() const {
&exoplanets::luascriptfunctions::getListOfExoplanets,
{},
"",
"gets a list with the names of all exoplanet systems that can be used by a gui"
"Gets a list with the names of all exoplanet systems, that can be used by a GUI."
}
};