From 1ab8ca76fb573f49812033d78522ba68423fe87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 25 Feb 2024 13:46:37 +0200 Subject: [PATCH] docs: Add tag for Acyclic Visitor --- acyclic-visitor/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acyclic-visitor/README.md b/acyclic-visitor/README.md index bf6307e73..7976be06c 100644 --- a/acyclic-visitor/README.md +++ b/acyclic-visitor/README.md @@ -3,7 +3,8 @@ title: Acyclic Visitor category: Behavioral language: en tag: - - Extensibility + - Decoupling + - Extensibility --- ## Intent