From aa2b190a8ce9d6c273ea3803a51b449063fb8efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 8 Jun 2024 20:34:07 +0300 Subject: [PATCH] docs: fix poison pill yaml --- poison-pill/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poison-pill/README.md b/poison-pill/README.md index 15e33c66b..31921326e 100644 --- a/poison-pill/README.md +++ b/poison-pill/README.md @@ -1,7 +1,7 @@ --- title: "Poison Pill Pattern in Java: Gracefully Terminating Multithreaded Processes" shortTitle: Poison Pill -description: "Explore the Poison As an alternative to "Poison Pill" design pattern in Java, used for gracefully shutting down multi-threaded applications. Understand its intent, applicability, and see a real-world example. Perfect for developers looking to enhance concurrency and messaging systems." +description: "Explore the Poison Pill design pattern in Java, used for gracefully shutting down multi-threaded applications. Understand its intent, applicability, and see a real-world example. Perfect for developers looking to enhance concurrency and messaging systems." category: Concurrency language: en tag: