This commit is contained in:
Sunli 2022-05-30 09:30:03 +08:00
parent fde0e8e594
commit 8388f75a82
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ pub struct Connection<
pub additional_fields: ConnectionFields,
/// If `true` means has previous page.
pub has_previous_page: bool,
/// If `false` means has next page.
/// If `true` means has next page.
pub has_next_page: bool,
}