From 59fb6f34699b769612e90a467f75f494c4a4d230 Mon Sep 17 00:00:00 2001 From: mineejo Date: Sat, 11 Nov 2023 15:57:46 +0300 Subject: [PATCH] chore(mod.ts): format comment --- mod.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index 374341a..861c259 100644 --- a/mod.ts +++ b/mod.ts @@ -1,7 +1,9 @@ // Copyright 2023 mineejo. All rights reserved. MIT license. /** - * Colors is JSON with the names of colors, their values and localization. Colors are based on HTML color names and CSS keywords: https://en.wikipedia.org/wiki/Web_colors#HTML_color_names. + * Colors is JSON with the names of colors, their values and localization. + * Colors are based on HTML color names and CSS keywords: + * https://en.wikipedia.org/wiki/Web_colors#HTML_color_names. * * @module */