Skip to content

Commit fe41527

Browse files
LyeZinhoCopilot
andauthored
Update docs/containers/vector.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f4ea9b6 commit fe41527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/containers/vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ vec.pushBack(42);
2828

2929
// With custom allocator
3030
Caffeine::LinearAllocator alloc(1024);
31-
Caffeine::Vector<int, Caffeine::IAllocator*> vec2(&alloc);
31+
Caffeine::Vector<int> vec2(&alloc);
3232
```
3333
3434
### Key Methods

0 commit comments

Comments
 (0)