diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FurnaceRecipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FurnaceRecipe.h b/src/FurnaceRecipe.h index 207480fa9..6a1650695 100644 --- a/src/FurnaceRecipe.h +++ b/src/FurnaceRecipe.h @@ -49,7 +49,7 @@ private: Logs a warning to the console on input error. */ void AddRecipeFromLine(const AString & a_Line, unsigned int a_LineNum); - /** Parses an item string in the format "<ItemType>[:<Damage>][,<Amount>]", returns true if successful. */ + /** Parses an item string in the format "<ItemType>[: <Damage>][, <Amount>]", returns true if successful. */ bool ParseItem(const AString & a_String, cItem & a_Item); struct sFurnaceRecipeState; |