Skip to content

Commit 6ea136d

Browse files
denisborovikovTrySound
authored andcommitted
Fix type in <Set /> documentation (#129)
1 parent 7b73ca1 commit 6ea136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/Set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Your values state, contains only unique items
4141
Add a unique `value` to your values array. Does nothing if values array already includes a `value`.
4242

4343
**clear**
44-
`() => any`
44+
`() => void`
4545
Reset values state to an empty array
4646

4747
**remove**

0 commit comments

Comments
 (0)