Skip to content

Commit

Permalink
upd 2024-12-22-paradox-of-choice.md
Browse files Browse the repository at this point in the history
  • Loading branch information
halyph committed Dec 22, 2024
1 parent ca7807b commit e703dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/blog/2024/2024-12-22-paradox-of-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Using this syntax we tell Ruby that we want the keys to be symbols.
{ one: "eins", two: "zwei", three: "drei" }
```

## Conditional Statements `if` vs `unless`
### Conditional Statements `if` vs `unless`

Executes code if the condition is `false`.

Expand All @@ -160,7 +160,7 @@ end
puts "x is negative" unless x >= 0
```

## Loops
### Loops

#### `loop`

Expand Down

0 comments on commit e703dc6

Please sign in to comment.