diff --git a/Unity-Technologies-networking/Runtime/NetworkHash128.cs b/Unity-Technologies-networking/Runtime/NetworkHash128.cs index e1f27ceb6..bcc76ddf9 100644 --- a/Unity-Technologies-networking/Runtime/NetworkHash128.cs +++ b/Unity-Technologies-networking/Runtime/NetworkHash128.cs @@ -49,7 +49,7 @@ public bool IsValid() } // convert 32 length hex string like "042acbef..." to byte array - // (each byte is represented with 2 characters, e.g. 0xFF => "FF" + // (each byte is represented with 2 characters, e.g. 0xFF => "FF") public static NetworkHash128 Parse(string text) { // AssetDatabase.AssetPathToGUID always returns 32 length strings