From fbc8abd48c2f9c67a4b302ad7e0bf2c925f13f8e Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Tue, 14 Apr 2020 01:51:49 +0700 Subject: [PATCH] Fix `JSONAPI` class description --- sources/Core/Data/JSON/JSONAPI.uc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sources/Core/Data/JSON/JSONAPI.uc b/sources/Core/Data/JSON/JSONAPI.uc index 12d4c9d..8e88fa6 100644 --- a/sources/Core/Data/JSON/JSONAPI.uc +++ b/sources/Core/Data/JSON/JSONAPI.uc @@ -1,8 +1,5 @@ /** - * Singleton is an auxiliary class, meant to be used as a base for others, - * that allows for only one instance of it to exist. - * To make sure your child class properly works, either don't overload - * 'PreBeginPlay' or make sure to call it's parent's version. + * Provides convenient access to JSON-related functions. * Copyright 2019 Anton Tarasenko *------------------------------------------------------------------------------ * This file is part of Acedia.