From a1772cdd0646e7803fa8fe250ffe55ad38f89381 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sun, 1 Oct 2023 12:58:50 -0400 Subject: [PATCH] change rider to user to make it consistent between readme and submitty --- hws/04_ride_sharing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/04_ride_sharing/README.md b/hws/04_ride_sharing/README.md index db8db85..367c531 100644 --- a/hws/04_ride_sharing/README.md +++ b/hws/04_ride_sharing/README.md @@ -227,7 +227,7 @@ You can only cancel a ride request if you are currently on the way to the pickup 4.1 print the following message to the output0.txt file: ```console -Ride request for rider Brenda is now canceled by the rider. +Ride request for user Brenda is now canceled by the user. ``` 4.2 print an updated version of drivers.txt into output1.txt: driver's state should be changed from On_the_way_to_pickup to Available.