Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benpaddlejones authored Oct 10, 2024
1 parent 5975741 commit 312d7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .student_resources/race_conditions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Consider the following algorithm run in parallel threads for a shopping cart dis
| ------ | ------ | ------ |
| 01 | `BEGIN apply_voucher(v, cart)` | |
| 02 | | `BEGIN apply_voucher(v, cart)`|
| 03 |     `\ \ \ \ IF GET voucher_applied() = TRUE` | |
| 03 |     `/ \ \ \ IF GET voucher_applied() = TRUE` | |
| 04 |         `RETURN` | |
| 05 |     `ENDIF` | |
| 06 | |     `IF GET voucher_applied() = TRUE` |
Expand Down

0 comments on commit 312d7f1

Please sign in to comment.