From dd243a2bbd3bc54e8e129290dc2c2cd9589378b5 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 29 Jan 2025 20:45:07 -0500 Subject: [PATCH] Fix comment on DepotInformation --- SabreTools.DatFiles/DepotInformation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreTools.DatFiles/DepotInformation.cs b/SabreTools.DatFiles/DepotInformation.cs index c410fd96..140ac70a 100644 --- a/SabreTools.DatFiles/DepotInformation.cs +++ b/SabreTools.DatFiles/DepotInformation.cs @@ -36,7 +36,7 @@ namespace SabreTools.DatFiles /// /// Constructor /// - /// Set active state + /// Identifier for the depot /// Set active state /// Set depth between 0 and SHA-1's byte length public DepotInformation(string? name, bool isActive, int depth = 4)