Skip to content

Commit

Permalink
fix: missing renames (#1530)
Browse files Browse the repository at this point in the history
* fix: missing renames

* fix: fmt with dprint + rustfmt

* fix: false positive renames (iotate->suite)

* fix: skip rustfmt for the comments in keytool tests
  • Loading branch information
muXxer authored Aug 1, 2024
1 parent 6ea40e0 commit d659338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/iota-framework/docs/iota-framework/event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ event::emit(ItemPurchased { item_id: ..., buyer: .... })
Emit a custom Move event, sending the data offchain.

Used for creating custom indexes and tracking onchain
activity in a way that iotats a specific application the most.
activity in a way that suits a specific application the most.

The type <code>
T</code> is the main way to index the event, and can contain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module iota::event {
/// Emit a custom Move event, sending the data offchain.
///
/// Used for creating custom indexes and tracking onchain
/// activity in a way that iotats a specific application the most.
/// activity in a way that suits a specific application the most.
///
/// The type `T` is the main way to index the event, and can contain
/// phantom parameters, eg `emit(MyEvent<phantom T>)`.
Expand Down

0 comments on commit d659338

Please sign in to comment.