Skip to content

Commit 55cb46b

Browse files
author
Sethen Maleno
committed
Fixed API docs for stripTag method
1 parent c4d3fb1 commit 55cb46b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Method for stripping tags in a string.
467467

468468
#### Signature
469469

470-
`stripTag(Object<tag: String, pattern, String) => String`
470+
`stripTag(Object<tag: String, pattern: String>) => String`
471471

472472
#### Parameters
473473

docs/api/strip_tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Method for stripping tags in a string.
66

77
#### Signature
88

9-
`stripTag(Object<tag: String, pattern, String) => String`
9+
`stripTag(Object<tag: String, pattern: String>) => String`
1010

1111
#### Parameters
1212

0 commit comments

Comments
 (0)