Fix bad XML(unescaped ampersand)

This commit is contained in:
Arthri 2021-11-23 17:13:02 +08:00
parent aa5cb13247
commit 350d76c315
2 changed files with 3 additions and 3 deletions

View file

@ -894,7 +894,7 @@ namespace TShockAPI
Main.recipe[i] = new Recipe();
}
/// <summary>Dumps a matrix of all permissions & all groups in Markdown table format.</summary>
/// <summary>Dumps a matrix of all permissions &amp; all groups in Markdown table format.</summary>
/// <param name="path">The save destination.</param>
internal void DumpPermissionMatrix(string path)
{