Skip to content

Commit 535204a

Browse files
crokitarenonick87
andauthored
Update tests/Validator.js
Co-authored-by: renonick87 <[email protected]>
1 parent f18f3ee commit 535204a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Validator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ class Validator {
680680

681681
/**
682682
* VideoStreamingFormat array equals validation.
683-
* @param {Array<VideoStreamingFormat>} item1 - An array of VideoStreamingFormat.
684-
* @param {Array<VideoStreamingFormat>} item2 - An array of VideoStreamingFormat.
683+
* @param {VideoStreamingFormat[]} item1 - An array of VideoStreamingFormat.
684+
* @param {VideoStreamingFormat[]} item2 - An array of VideoStreamingFormat.
685685
* @returns {Boolean} - Whether or not they're equal.
686686
*/
687687
static validateVideoStreamingFormat (item1, item2) {

0 commit comments

Comments
 (0)