From b16593425b0081c1d2466882b4fbce1726e09e70 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 9 Jan 2022 23:32:54 -0500 Subject: [PATCH] Fixed typo in changes.md --- changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.md b/changes.md index a1566bc..5a07567 100644 --- a/changes.md +++ b/changes.md @@ -77,7 +77,7 @@ Changed: Removed: --- - `multi:newFunction(func)` - - `thread:newFunction(func)` Has many more features and replaces completely what this function did + - `thread:newFunction(func)` Has many more features and replaces multi:newFunction did - Calling Fire on a connection no longer returns anything! Now that internal features use connections, I noticed how slow connections are and have increased their speed quite a bit. From 50,000 Steps per seconds to almost 7 Million. All other features should work just fine. Only returning values has been removed