fix: Fix yaml frontmatter of several patterns (#2332)

This commit is contained in:
Ilkka Seppälä
2022-11-13 12:19:11 +02:00
committed by GitHub
parent df735cb956
commit 40fb6dda74
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: Identity Map
categories: Behavioral
category: Behavioral
language: en
tags:
- Performance
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: Intercepting Filter
categories: Behavioral
category: Behavioral
language: en
tags:
- Decoupling
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: Interpreter
categories: Behavioral
category: Behavioral
language: en
tags:
- Gang of Four
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: Iterator
categories: Behavioral
category: Behavioral
language: en
tags:
- Gang of Four