From b4fa20c48218143a4162cd169593bfaef0b1e19c Mon Sep 17 00:00:00 2001 From: Darcy Shen Date: Fri, 12 Jul 2024 23:20:11 +0800 Subject: [PATCH] [19_1] Fix comment for unicode.cpp --- lolly/data/unicode.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lolly/data/unicode.cpp b/lolly/data/unicode.cpp index b0896a27d..539b52d6f 100644 --- a/lolly/data/unicode.cpp +++ b/lolly/data/unicode.cpp @@ -1,8 +1,8 @@ /****************************************************************************** - * MODULE : json.cpp - * DESCRIPTION: Json Data Type - * COPYRIGHT : (C) 2023 Darcy Shen + * MODULE : unicode.cpp + * DESCRIPTION: routines on Unicode + * COPYRIGHT : (C) 2023-2024 Darcy Shen ******************************************************************************* * This software falls under the GNU general public license version 3 or later. * It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE