diff --git a/en/redux-toolkit.md b/en/redux-toolkit.md index b4f0fccfc3ab9b697561c3d39440c6c82f606f55..2f41e6bf51c5be5895999a07a62412951fbdcb13 100644 --- a/en/redux-toolkit.md +++ b/en/redux-toolkit.md @@ -201,7 +201,6 @@ This document is verified based on the following versions: | getInitialState | createEntityAdapter属性,默认状态 | Object | yes | All | yes | | combineSlices | 结合两个Slice切片 | Function | yes | All | yes | | createSelector | 创建select选择器 | Function | yes | All | yes | -| combineSlices | 结合两个Slice切片 | Function | yes | All | yes | ## 工具方法 @@ -211,8 +210,8 @@ This document is verified based on the following versions: | isAnyOf | 判断action是否有一个通过 | Function | yes | All | yes | | isAsyncThunkAction | 判断action是否是异步 | Function | yes | All | yes | | isPending | 判断action是否在执行中 | Function | yes | All | yes | -| isRejected | 判断action是否执行完成 | Function | yes | All | yes | -| isFulfilled | 判断action是否执行失败 | Function | yes | All | yes | +| isRejected | 判断action是否执行失败 | Function | yes | All | yes | +| isFulfilled | 判断action是否执行完成 | Function | yes | All | yes | | isRejectedWithValue | 判断action是否执行失败并返回值 | Function | yes | All | yes | | nanoid | 生成随机字符串 | Function | yes | All | yes | | miniSerializeError | 打印错误信息 | Function | yes | All | yes | diff --git a/zh-cn/redux-toolkit.md b/zh-cn/redux-toolkit.md index 16c7bf4dbaba6b692bae7e504f6cc7df121c4547..f80a0bf8189dee70e6b181ac10f3cefea7a4e5dd 100644 --- a/zh-cn/redux-toolkit.md +++ b/zh-cn/redux-toolkit.md @@ -203,7 +203,6 @@ export function Counter() { | getInitialState | createEntityAdapter属性,默认状态 | Object | yes | All | yes | | combineSlices | 结合两个Slice切片 | Function | yes | All | yes | | createSelector | 创建select选择器 | Function | yes | All | yes | -| combineSlices | 结合两个Slice切片 | Function | yes | All | yes | ## 工具方法 @@ -213,8 +212,8 @@ export function Counter() { | isAnyOf | 判断action是否有一个通过 | Function | yes | All | yes | | isAsyncThunkAction | 判断action是否是异步 | Function | yes | All | yes | | isPending | 判断action是否在执行中 | Function | yes | All | yes | -| isRejected | 判断action是否执行完成 | Function | yes | All | yes | -| isFulfilled | 判断action是否执行失败 | Function | yes | All | yes | +| isRejected | 判断action是否执行失败 | Function | yes | All | yes | +| isFulfilled | 判断action是否执行完成 | Function | yes | All | yes | | isRejectedWithValue | 判断action是否执行失败并返回值 | Function | yes | All | yes | | nanoid | 生成随机字符串 | Function | yes | All | yes | | miniSerializeError | 打印错误信息 | Function | yes | All | yes |