From b99ad6de82b409c33217e3b79eb0b31dd17f8b56 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:32:40 +0530 Subject: [PATCH] Update README.md --- core-java-modules/core-java-concurrency-simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-concurrency-simple/README.md b/core-java-modules/core-java-concurrency-simple/README.md index 861d9e7792..5cbfc67862 100644 --- a/core-java-modules/core-java-concurrency-simple/README.md +++ b/core-java-modules/core-java-concurrency-simple/README.md @@ -6,7 +6,7 @@ This module contains articles about Java Concurrency that are also part of an Eb - [Life Cycle of a Thread in Java](https://www.baeldung.com/java-thread-lifecycle) - [How to Start a Thread in Java](https://www.baeldung.com/java-start-thread) -- [Thread's wait and notify() Methods in Java](https://www.baeldung.com/java-wait-notify) +- [wait and notify() Methods in Java](https://www.baeldung.com/java-wait-notify) - [The Thread.join() Method in Java](https://www.baeldung.com/java-thread-join) - [Guide to the Synchronized Keyword in Java](https://www.baeldung.com/java-synchronized) - [Guide to the Volatile Keyword in Java](https://www.baeldung.com/java-volatile)