docs: fix getBoth return type (#3167)

This commit is contained in:
Steven Wexler 2025-07-02 20:54:08 -04:00 committed by GitHub
parent 747e97f334
commit c61999bacd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -428,7 +428,7 @@ interface FishSlice {
interface SharedSlice {
addBoth: () => void
getBoth: () => void
getBoth: () => number
}
const createBearSlice: StateCreator<