Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Jan 15, 2025
1 parent 9928034 commit df14b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootcamp_content/concepts/variables-unique-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The reason we put labels on the boxes is so that Jiki can find them later. But t

<img src="https://assets.exercism.org/bootcamp/diagrams/unique-variable-name.png" class="diagram"/>

Similarly, you can't give a box a label if that label is already used by a machien (a function). If there's a machine on a shelf with a label, Jiki won't let you add a box with the same name.
Similarly, you can't give a box a label if that label is already used by a machine (a function). If there's a machine on a shelf with a label, Jiki won't let you add a box with the same name.

<img src="https://assets.exercism.org/bootcamp/diagrams/unique-function-name.png" class="diagram"/>

Expand Down

0 comments on commit df14b39

Please sign in to comment.