Skip to content

Commit 6514c17

Browse files
committed
documentation
1 parent 63741b4 commit 6514c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Because events can be defined anywhere, event priority allows you to structure e
88

99
Even better, the `TaskQueue` makes the `EventEmitter` a true **plugin system**: you can insert new code between existing listeners without rewriting or restructuring what’s already there. This means features, extensions, or third-party modules can seamlessly “hook into” the event pipeline without breaking your core logic.
1010

11-
<img width="192" height="108" alt="image" src="https://github.com/user-attachments/assets/b313723b-618f-4911-8820-82ff8ab0998d" />
11+
<img height="324" alt="image" src="https://github.com/user-attachments/assets/b313723b-618f-4911-8820-82ff8ab0998d" />
1212

1313
```typescript
1414
const itemQueue = new ItemQueue<string>();

0 commit comments

Comments
 (0)