Skip to content

Commit

Permalink
reverted message
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Feb 6, 2025
1 parent 49424ea commit 4072acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ extern crate quickcheck;
///
/// ## `#[near(contract_state)]` (annotates structs/enums)
///
/// This is a marker attribute to mark the `Contract` (only one per crate is possible). This attribute is also required to make the [`#[near(contract_metadata(...))]`](near#nearcontract_metadata-annotates-structsenums) attribute work.
/// The attribute prepares a struct/enum to be a contract state. This attribute is also required to make the [`#[near(contract_metadata(...))]`](near#nearcontract_metadata-annotates-structsenums) attribute work.
/// **The attribute specific to the [near] macro only.**
///
/// ### Basic example
Expand Down

0 comments on commit 4072acc

Please sign in to comment.