Skip to content

Commit a59f7e8

Browse files
Typo introduction.md (#1744)
double unless typo, erased one [no important files changed]
1 parent 77c0db6 commit a59f7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/assembly-line/.docs/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ end
7171

7272
## Unless statement
7373

74-
The `unless`unless statement works very similarly to the `if` statement but it will run the code inside the `unless` statement if the condition is falsey.
74+
The `unless` statement works very similarly to the `if` statement but it will run the code inside the `unless` statement if the condition is falsey.
7575

7676
```ruby
7777
value = 1

0 commit comments

Comments
 (0)