Skip to content

Commit

Permalink
reivew comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juangirini committed Dec 6, 2023
1 parent 2ff45b1 commit 63c266f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sdk/src/guides/your_first_pallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@
//! by one character. FRAME errors are exactly a solution to maintain readability, whilst fixing
//! the drawbacks mentioned. In short, we use an enum to represent different variants of our
//! error. These variants are then mapped in an efficient way (using only `u8` indices) to
//! [`sp_runtime::DispatchError::Module`] Read more about this in [`frame::pallet_macros::error`].
//! [`sp_runtime::DispatchError::Module`]. Read more about this in
//! [`frame::pallet_macros::error`].
//!
//! - **Event**: Events are akin to the return type of dispatchables. They are mostly data blobs
//! emitted by the runtime to let outside world know what is happening inside the pallet. Since
Expand Down

0 comments on commit 63c266f

Please sign in to comment.