typo fix in infiniteSky docs

develop
myk002 2022-09-16 15:24:18 -07:00
parent c1154085cf
commit 170d7b9b51
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 2 additions and 2 deletions

@ -2,7 +2,7 @@ infiniteSky
=========== ===========
.. dfhack-tool:: .. dfhack-tool::
:summary: Automatically allocates new z-levels of sky :summary: Automatically allocate new z-levels of sky
:tags: fort design map :tags: fort design map
If enabled, this plugin will automatically allocate new z-levels of sky at the If enabled, this plugin will automatically allocate new z-levels of sky at the

@ -32,7 +32,7 @@ DFhackCExport command_result plugin_init ( color_ostream &out, std::vector <Plug
{ {
commands.push_back(PluginCommand( commands.push_back(PluginCommand(
"infiniteSky", "infiniteSky",
"Creates new sky levels on request, or as needed.", "Create new sky levels on request, or as needed.",
infiniteSky)); infiniteSky));
return CR_OK; return CR_OK;
} }