From 69888245bf084d82ece243ec8100968753059ba8 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 6 Aug 2024 21:00:02 +0900 Subject: [PATCH] Update std.js --- lib/std.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std.js b/lib/std.js index 8e8c48b..85cc43a 100644 --- a/lib/std.js +++ b/lib/std.js @@ -1,5 +1,5 @@ // std.js -// Common routines. Defines LIB object which contains the API. +// Common routines. Defines STD object which contains the APIs. // Namhyeon Go // https://github.com/gnh1201/welsonjs