Skip to content

Commit

Permalink
Grammar and Clarity Fixes (#3333)
Browse files Browse the repository at this point in the history
Fix typos.
  • Loading branch information
PixelPil0t1 authored Feb 14, 2025
1 parent 260a680 commit 0d41aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/counter/tests/single_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use linera_sdk::test::{QueryOutcome, TestValidator};

/// Test setting a counter and testing its coherency across microchains.
///
/// Creates the application on a `chain`, initializing it with a 42 then add 15 and obtain 57.
/// Creates the application on a `chain`, initializing it with a 42 then adds 15 and obtains 57.
/// which is then checked.
#[tokio::test(flavor = "multi_thread")]
async fn single_chain_test() {
Expand Down
2 changes: 1 addition & 1 deletion examples/crowd-funding/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct CrowdFundingState {
pub status: RegisterView<Status>,
/// The map of pledges that will be collected if the campaign succeeds.
pub pledges: MapView<AccountOwner, Amount>,
/// The instantiation data that determine the details the campaign.
/// The instantiation data that determines the details of the campaign.
pub instantiation_argument: RegisterView<Option<InstantiationArgument>>,
}

Expand Down

2 comments on commit 0d41aa8

@seasfou

This comment was marked as spam.

@theazwan

This comment was marked as spam.

Please sign in to comment.