diff --git a/.student_resources/race_conditions/README.md b/.student_resources/race_conditions/README.md index 3879972..dc697ad 100644 --- a/.student_resources/race_conditions/README.md +++ b/.student_resources/race_conditions/README.md @@ -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` |