From 312d7f12374c7b14c14824e547d035528099413d Mon Sep 17 00:00:00 2001 From: Ben Jones Date: Thu, 10 Oct 2024 13:07:40 +1100 Subject: [PATCH] Update README.md --- .student_resources/race_conditions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` |