diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs
index b899276a..a587788d 100644
--- a/TShockAPI/Utils.cs
+++ b/TShockAPI/Utils.cs
@@ -1225,8 +1225,8 @@ namespace TShockAPI
Main.recipe[i] = new Recipe();
}
- // Dumps a matrix of all permissions and all groups in markdown format
- // Hard coded to default groups because apparently we have poor querying tools
+ /// Dumps a matrix of all permissions & all groups in Markdown table format.
+ /// The save destination.
public void DumpPermissionMatrix(string path)
{
StringBuilder output = new StringBuilder();