From d466d0cc98faa3ed8eac4e43bedb229c406b1445 Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Sat, 28 Sep 2024 14:17:41 -0300 Subject: [PATCH] fix post Signed-off-by: Daniel Jr --- content/posts/2021-05-08-solid-with-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2021-05-08-solid-with-examples.md b/content/posts/2021-05-08-solid-with-examples.md index dca7238..21bf7d0 100644 --- a/content/posts/2021-05-08-solid-with-examples.md +++ b/content/posts/2021-05-08-solid-with-examples.md @@ -1,8 +1,8 @@ --- title: S.O.L.I.D. with examples date: 2021-05-08 16:56:54 -categories: kotlin, design-pattern -keywords: +categories: design-pattern +keywords: kotlin --- ### S)ingle Responsibility Principle -- 2.47.3