Skip to content

Commit 4202d53

Browse files
address comments
1 parent 2dd03c2 commit 4202d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spectral/ipa/rulesets/functions/utils/schemaUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function getSchemaPathFromEnumPath(path) {
3535
* Split camelCase string into words
3636
* Example: "myProjectId" becomes ["my", "Project", "Id"]
3737
* @param str {string} camelCase string
38-
* @returns {*}
38+
* @returns {string[]}
3939
*/
4040
export function splitCamelCase(str) {
4141
if (!str) return [''];

0 commit comments

Comments
 (0)