Skip to content

Commit

Permalink
Fixed License Link
Browse files Browse the repository at this point in the history
  • Loading branch information
ltmx committed Mar 1, 2024
1 parent 4563b37 commit 170544e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ asbool() // new overloads
<br>

## 📜 LICENSING
<p>This project is licensed under the MIT License (<a href="https://github.com/LTMX/Unity.mathx/blob/master/LICENSE">License</a>)</p>
<p>This project is licensed under the MIT License (<a href="https://github.com/LTMX/Unity.mathx/blob/master/LICENSE.md">License</a>)</p>
2 changes: 1 addition & 1 deletion TestMe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void TestMethod(Action action, string name)
action.Invoke();
}
stopWatch.Stop();
Debug.Log(name + " took "+ stopWatch.ElapsedMilliseconds);
Debug.Log(name + " took "+ stopWatch.ElapsedMilliseconds + " ms to complete 1.000.000 times");
}
}
}
Expand Down

0 comments on commit 170544e

Please sign in to comment.