Skip to content

Commit

Permalink
fixup: fix wording in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed Sep 30, 2024
1 parent f5587e0 commit aa117e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions crates/sui-graphql-rpc/src/types/transaction_block/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ pub(crate) struct TransactionBlockFilter {

/// Limit to transactions that interacted with the given object. The object could have been
/// created, read, modified, deleted, wrapped, or unwrapped by the transaction. Objects that
/// were passed as a `Receiving` input are not considered to have interacted with the object
/// unless they were actually received.
/// were passed as a `Receiving` input are not considered to have been affected by a
/// transaction unless they were actually received.
#[cfg(feature = "staging")]
pub affected_object: Option<SuiAddress>,

Expand Down
4 changes: 2 additions & 2 deletions crates/sui-graphql-rpc/staging.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -4338,8 +4338,8 @@ input TransactionBlockFilter {
"""
Limit to transactions that interacted with the given object. The object could have been
created, read, modified, deleted, wrapped, or unwrapped by the transaction. Objects that
were passed as a `Receiving` input are not considered to have interacted with the object
unless they were actually received.
were passed as a `Receiving` input are not considered to have been affected by a
transaction unless they were actually received.
"""
affectedObject: SuiAddress
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4342,8 +4342,8 @@ input TransactionBlockFilter {
"""
Limit to transactions that interacted with the given object. The object could have been
created, read, modified, deleted, wrapped, or unwrapped by the transaction. Objects that
were passed as a `Receiving` input are not considered to have interacted with the object
unless they were actually received.
were passed as a `Receiving` input are not considered to have been affected by a
transaction unless they were actually received.
"""
affectedObject: SuiAddress
"""
Expand Down

0 comments on commit aa117e3

Please sign in to comment.