From e319a89bb1ab3720c10e037cf57992ca97edcb3f Mon Sep 17 00:00:00 2001 From: Programmer001 <39063786+PetoPetko@users.noreply.github.com> Date: Mon, 12 Apr 2021 20:53:08 +0200 Subject: [PATCH] Update Changelog.md --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index abae9bc..3e774ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -88,7 +88,7 @@ Release date: 4.11.2021 (Afternoon) What was added: * Ability to serialize Scope object! * Ability to clone Objects using Serializer! -* Ability to instantiate any object using Serializer by calling shortest public cnstructor! +* Ability to instantiate any object using Serializer by calling shortest public constructor! * Now you can access Java utility from SerialX, you can invoke public static methods and fields directly from SerialX! * SelfSerializable interface which gives you ability to serialize objects without protocol by calling public constructors! * Static field "new" to obtain clone of variable and "class" to obtain class of variables value!