From 62b1aed46b108b08b25fcedf8d2606870cffb233 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 17 Apr 2023 10:13:48 +0200 Subject: chore: consistent jsdocs tag formatting (#2056) --- src/utils/merge-locales.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/merge-locales.ts b/src/utils/merge-locales.ts index 1a69f541..e8bdef33 100644 --- a/src/utils/merge-locales.ts +++ b/src/utils/merge-locales.ts @@ -7,6 +7,7 @@ import type { LocaleDefinition } from '..'; * Mutating the category entries in the returned locale will also mutate the entries in the respective source locale. * * @param locales The locales to merge. + * * @returns The newly merged locale. * * @example -- cgit v1.2.3