Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luijken committed Mar 8, 2024
1 parent 29c1c98 commit 5b5750a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/assets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
///
pub mod all_assets_request;

/// Provides the `AllAssetsResponse`.
/// Provides the Asset responses.
///
/// This module offers a set of structures representing the response received from the Horizon
/// API when querying for all assets. These structures are tailored to convert the JSON response
Expand Down
6 changes: 3 additions & 3 deletions src/claimable_balances/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ use chrono::Utc;
///
pub mod all_claimable_balances_request;

/// Provides the `AllClaimableBalancesResponse` struct.
/// Provides the claimable balance responses.
///
/// The `all_claimable_balances_response` module provides structures to parse and encapsulate
/// the data returned by the Horizon server when a request for all claimable balances is made.
/// The `response` module provides structures to parse and encapsulate
/// the data returned by the Horizon server when a request for claimable balances is made.
/// Claimable balances are ledger entries that can be claimed by a designated account under
/// certain conditions and are a unique feature of the Stellar network.
///
Expand Down
2 changes: 1 addition & 1 deletion src/ledgers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
///
pub mod ledgers_request;

/// Provides the `LedgersResponse` struct.
/// Provides Ledger response models.
///
/// This module contains structures that represent the response received from the Horizon API when
/// querying for ledger data. These structures are designed to parse and encapsulate the JSON response
Expand Down

0 comments on commit 5b5750a

Please sign in to comment.