From a97301e55a8bf5f0bdf2b23d0d9252919f6ba5c7 Mon Sep 17 00:00:00 2001 From: Sean Hong Date: Wed, 24 May 2023 14:46:12 -0700 Subject: [PATCH] Fix Typo - Update README.md Fix Typo syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac941c4..928e201c 100644 --- a/README.md +++ b/README.md @@ -3799,7 +3799,7 @@ The code may have compiled without any errors, but what's the use if we cannot r **_The ```main()``` method is essential to run code defined within any ```class```._** -The definition of ```main()``` needs to have this exact synatx: +The definition of ```main()``` needs to have this exact syntax: `public static void main(String[] args) { /* */ }`