Skip to content

Commit c3037e1

Browse files
Improve documentation
Co-authored-by: Copilot <[email protected]>
1 parent 703810c commit c3037e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/api/state/actions/item_actions.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ class InitItemAction extends ReduxAction<AppState> {
9090
}
9191
}
9292

93-
/// Internal action to manage the loading state for attribute pagination.
93+
/// Internal action to manage the loading state for item pagination.
9494
///
9595
/// This private action controls the `isLoadingMoreItems` flag in the state,
9696
/// preventing multiple simultaneous load-more requests. It's used internally
97-
/// by InitAttributeAction during pagination operations.
97+
/// by InitItemAction during pagination operations.
9898
class _SetLoadMoreItemModels extends ReduxAction<AppState> {
9999
final bool value;
100100
_SetLoadMoreItemModels(this.value);

0 commit comments

Comments
 (0)