From 9f1e90e6287de78032d3eef5cb08c04d45ddca0d Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 29 Jan 2024 16:44:20 -0500 Subject: [PATCH] syntax fixing --- hws/03_amazon_prime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/03_amazon_prime/README.md b/hws/03_amazon_prime/README.md index d315743..452748a 100644 --- a/hws/03_amazon_prime/README.md +++ b/hws/03_amazon_prime/README.md @@ -97,7 +97,7 @@ The Crown Note that these recommendations are specifically for this user - as specified by the command line argument userID. Apparently your program will produce different recommendations for different users. -1. in the case where the number of command line argument is not 6, your program should use std::cerr to print the following message: +1. in the case where the number of command line arguments is not 6, your program should use std::cerr to print the following message: ```console Usage: nyrecommender.exe movieRatings.txt showRatings.txt output.txt userID numRecommendations