From 26c27a378ec4135a8d4313b1fb52910d4daa701f Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 7 Nov 2018 23:24:54 -0600 Subject: [PATCH] Added a doc where there wasn't for some reason --- IPA.Loader/Utilities/LoneFunctions.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);