docs(rust-client): fix step numbering in create/deploy tutorial#172
Open
pavelsosavel wants to merge 1 commit into0xMiden:mainfrom
Open
docs(rust-client): fix step numbering in create/deploy tutorial#172pavelsosavel wants to merge 1 commit into0xMiden:mainfrom
pavelsosavel wants to merge 1 commit into0xMiden:mainfrom
Conversation
Align step labels in the Rust create/deploy tutorial with the section headers. Changes: - updated wallet creation labels from STEP 1 to STEP 3 - updated faucet deployment labels from STEP 2 to STEP 4 - fixed the same numbering in the summary code block - fixed the example output to match the tutorial flow This is a documentation-only change and does not affect runtime behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current behavior
The Rust create/deploy tutorial uses step headers for "Step 3" and "Step 4", but several inline code comments and example output lines still use "STEP 1" and "STEP 2".
This makes the tutorial flow inconsistent and can confuse readers when following the examples.
New behavior
The inline code labels and example output in
create_deploy_tutorial.mdare updated to match the section headers:STEP 3STEP 4The tutorial text, embedded code snippets, summary section, and sample output are now consistent.
Breaking changes
None.
Other info
Documentation-only update for tutorial consistency.
Closes #93