From 7fa13164ebb9edb5fbf469fbac1a3e22c8c5677c Mon Sep 17 00:00:00 2001 From: Rahul882002 <73841097+Rahul882002@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:07:54 +0530 Subject: [PATCH] Update details --- details | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/details b/details index b0f6584..2939832 100644 --- a/details +++ b/details @@ -119,7 +119,7 @@ int main(){ case 0: return 0; default: - cout<<"Pls choose a valid option"; + cout<<"Please choose a valid option"; break; } }