Skip to content

Commit 170544e

Browse files
committed
Fixed License Link
1 parent 4563b37 commit 170544e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ asbool() // new overloads
227227
<br>
228228

229229
## 📜 LICENSING
230-
<p>This project is licensed under the MIT License (<a href="https://github.com/LTMX/Unity.mathx/blob/master/LICENSE">License</a>)</p>
230+
<p>This project is licensed under the MIT License (<a href="https://github.com/LTMX/Unity.mathx/blob/master/LICENSE.md">License</a>)</p>

TestMe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void TestMethod(Action action, string name)
6767
action.Invoke();
6868
}
6969
stopWatch.Stop();
70-
Debug.Log(name + " took "+ stopWatch.ElapsedMilliseconds);
70+
Debug.Log(name + " took "+ stopWatch.ElapsedMilliseconds + " ms to complete 1.000.000 times");
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)