Skip to content

Commit d1572d9

Browse files
updated the Title
1 parent 4dfd9c1 commit d1572d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/Adapter Pattern.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Abstract Factory Pattern
2+
title: Adapter Pattern
33
created: 2025-07-30
44
tags:
55
- structural
@@ -60,7 +60,7 @@ classDiagram
6060
TurkeyAdapter --> Turkey : adapts
6161
```
6262

63-
_Design diagram showing how `TurkeyAdapter` adapts a `Turkey` to the `Duck` interface._
63+
_Class diagram showing how `TurkeyAdapter` adapts a `Turkey` to the `Duck` interface._
6464

6565
---
6666
## Implementation In Java

0 commit comments

Comments
 (0)