Skip to content

Commit 5244ee2

Browse files
committed
Fix three state diagram.
1 parent 3e5bd42 commit 5244ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/state/three_state/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ changes. It appears as if the object changed its class.
55
Tutorial: [here](https://refactoring.guru/design-patterns/state).
66

77
### Diagram:
8-
![image](https://user-images.githubusercontent.com/8049534/172000870-a96c6dd2-5b6a-4a64-b3a9-4edb75dd8076.png)
8+
![image](https://user-images.githubusercontent.com/8049534/172001291-8d87a3c8-b694-45c3-bd46-40211cd9ac45.png)
99

1010
### Client code:
1111
```dart

0 commit comments

Comments
 (0)