This commit is contained in:
Ed Minnix
2024-03-14 12:55:54 -04:00
parent e2c2d574f8
commit 3e3eceea5f

View File

@@ -30,7 +30,7 @@ namespace Test
}
}
public static void BuuferedRead(string path)
public static void BufferedRead(string path)
{
using (FileStream fs = new FileStream(path, FileMode.Open))
{