From 4cf80517ebef3f50b1cabb0f5870dcc2e9eac6e6 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 6 Dec 2022 00:03:27 -0500 Subject: [PATCH] Updated docs --- .gitignore | 1 + docs/changes.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d67604..f3ede8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.code-workspace +lua5.4/* \ No newline at end of file diff --git a/docs/changes.md b/docs/changes.md index 01f3019..8ebf6b9 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -102,7 +102,7 @@ Added Loops through the table and calls callback_function with each element of the array. -- If a name is not supplied when creating threads; a name is randomly generated. Unless sending through an established channel/queue you might not be able to easily init the object. +- If a name is not supplied when creating threads and threaded objects; a name is randomly generated. Unless sending through an established channel/queue you might not be able to easily init the object. Changed ---