From ff9d98bc8face54ba04dc9252ae43659dbd4b424 Mon Sep 17 00:00:00 2001 From: Azaria Kelman Date: Thu, 5 Dec 2024 09:47:47 -0500 Subject: [PATCH] Fixed typo in 01-introduction-to-java.md --- 01-introduction-to-java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-introduction-to-java.md b/01-introduction-to-java.md index d335a75..d7e46f2 100644 --- a/01-introduction-to-java.md +++ b/01-introduction-to-java.md @@ -1019,7 +1019,7 @@ int i = 0; while (A[i++] < 7); ``` -This kind of code may seem unfamilar or be confusing, so usage of this form is not recommended. The information is just for reference. +This kind of code may seem unfamiliar or be confusing, so usage of this form is not recommended. The information is just for reference. ## 1.9. Parameters