Harmonize jsdoc

This commit is contained in:
Simon Seyock
2021-02-02 11:44:44 +01:00
parent d6d18d46a8
commit f590cb3473
26 changed files with 86 additions and 86 deletions

View File

@@ -6,7 +6,7 @@ import {equals as arrayEquals} from './array.js';
/**
* Always returns true.
* @returns {boolean} true.
* @return {boolean} true.
*/
export function TRUE() {
return true;
@@ -14,7 +14,7 @@ export function TRUE() {
/**
* Always returns false.
* @returns {boolean} false.
* @return {boolean} false.
*/
export function FALSE() {
return false;