Fix comment on DepotInformation

This commit is contained in:
Matt Nadareski
2025-01-29 20:45:07 -05:00
parent 714e9118c2
commit dd243a2bbd

View File

@@ -36,7 +36,7 @@ namespace SabreTools.DatFiles
/// <summary> /// <summary>
/// Constructor /// Constructor
/// </summary> /// </summary>
/// <param name="name">Set active state</param> /// <param name="name">Identifier for the depot</param>
/// <param name="isActive">Set active state</param> /// <param name="isActive">Set active state</param>
/// <param name="depth">Set depth between 0 and SHA-1's byte length</param> /// <param name="depth">Set depth between 0 and SHA-1's byte length</param>
public DepotInformation(string? name, bool isActive, int depth = 4) public DepotInformation(string? name, bool isActive, int depth = 4)