Skip to content

Commit 5a24b8b

Browse files
authored
chore: remove redundant jsdoc type
1 parent 839bc45 commit 5a24b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type PluginOptions = {
1111

1212
/**
1313
* Gulp plugin to validate XML files using the xmldom library.
14-
* @returns {Transform} A transform stream that validates XML files.
14+
* @returns A transform stream that validates XML files.
1515
*/
1616
export function xmlValidator(
1717
options: PluginOptions = {

0 commit comments

Comments
 (0)