Skip to content

docs(rust-client): fix step numbering in create/deploy tutorial#172

Open
pavelsosavel wants to merge 1 commit into0xMiden:mainfrom
pavelsosavel:patch-1
Open

docs(rust-client): fix step numbering in create/deploy tutorial#172
pavelsosavel wants to merge 1 commit into0xMiden:mainfrom
pavelsosavel:patch-1

Conversation

@pavelsosavel
Copy link

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.md are updated to match the section headers:

  • wallet creation labels now use STEP 3
  • faucet deployment labels now use STEP 4

The 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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent inline comments with section headers

1 participant