fix typo in readme, and also typo in last commit message 'to rot' lol

This commit is contained in:
Qrakhen 2025-11-07 17:29:42 +01:00
parent d3b4ac2da9
commit 2747c17c25
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ which should be located within your `./Build/` folder after building as describe
Here's a quick example of how you would implement virtually any library:
```cs
using Qrakhen.Qamp.Core;
using System.Linq;
using System.Math;
Value Sqrt(Value number)
{