Skip to content

Commit 837a411

Browse files
committed
[INTERNAL] index.js: Fix JSDoc
1 parent a7deee9 commit 837a411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Logger from "./loggers/Logger.js";
1313
* @public
1414
* @param {string} moduleName Identifier for messages created by the logger.
1515
* Example: <code>module:submodule:Class</code>
16-
* @returns {@ui5/logger/loggers/Logger}
16+
* @returns {@ui5/logger/Logger}
1717
*/
1818
export function getLogger(moduleName) {
1919
return new Logger(moduleName);

0 commit comments

Comments
 (0)