Skip to content

Commit

Permalink
add suggested modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
juangirini committed Nov 24, 2023
1 parent 0235ee4 commit 239c3a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions developer-hub/src/reference_docs/glossary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//!
//! Refers to operations conducted outside the blockchain's consensus mechanism. They are essential
//! for enhancing scalability and efficiency, enabling activities like data fetching and computation
//! without bloating the blockchain.
//! without bloating the blockchain state.
//!
//! #### Host Functions:
//!
Expand Down Expand Up @@ -71,10 +71,10 @@
//! Similar to software modules in traditional programming, [FRAME](frame) pallets in Substrate are
//! modular components that encapsulate distinct functionalities or business logic. Just as
//! libraries or modules are used to build and extend the capabilities of a software application,
//! pallets are the foundational building blocks for constructing a blockchain's runtime. They
//! enable the creation of customizable and upgradeable networks, offering a composable framework
//! for a Substrate-based blockchain. Each pallet can be thought of as a plug-and-play module,
//! enhancing the blockchain's functionality in a cohesive and integrated manner.
//! pallets are the foundational building blocks for constructing a blockchain's runtime with frame.
//! They enable the creation of customizable and upgradeable networks, offering a composable
//! framework for a Substrate-based blockchain. Each pallet can be thought of as a plug-and-play
//! module, enhancing the blockchain's functionality in a cohesive and integrated manner.
//!
//! #### Full Node
//!
Expand Down

0 comments on commit 239c3a6

Please sign in to comment.