diff --git a/IPA.Loader/Utilities/LoneFunctions.cs b/IPA.Loader/Utilities/LoneFunctions.cs index ae03614d..10df9a53 100644 --- a/IPA.Loader/Utilities/LoneFunctions.cs +++ b/IPA.Loader/Utilities/LoneFunctions.cs @@ -24,10 +24,10 @@ namespace IPA.Utilities } /// - /// + /// Converts a byte array to a hex string. /// - /// - /// + /// the byte array + /// the hex form of the array public static string ByteArrayToString(byte[] ba) { StringBuilder hex = new StringBuilder(ba.Length * 2);