Skip to content

Commit

Permalink
Update explore-the-code.md (#2096)
Browse files Browse the repository at this point in the history
Changed the preposition of 'specify' from 'is' to 'as' for better clarity.

Co-authored-by: Shawn Tabrizi <[email protected]>
  • Loading branch information
cyphadoc and shawntabrizi authored Aug 28, 2024
1 parent cfbd28e commit 4c232f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/md/en/docs/quick-start/explore-the-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ From this manifest, you see that the node template workspace includes three pack
- The `runtime` package provides all of the application logic for handling accounts, balances, transaction fees, and other features that have been included in the node template.

Each member package also has its own manifest—its own `Cargo.toml` file—that contains package-specific information, including dependencies and configuration settings, that are required to compile that member package.
For example, the `Cargo.toml` file for the `node` member of the workspace specifies the name of the package is `node-template` and lists the core libraries and primitives that enable the node template to provide essential blockchain services.
For example, the `Cargo.toml` file for the `node` member of the workspace specifies the name of the package as `node-template` and lists the core libraries and primitives that enable the node template to provide essential blockchain services.
You'll learn more about libraries and primitives in [Architecture and Rust libraries](/learn/architecture).
For now, it's enough to understand the importance of the manifest in describing dependencies and other critical information for each package.

Expand Down

0 comments on commit 4c232f4

Please sign in to comment.