Fix typo
All checks were successful
on-push / build-and-test (push) Successful in 27s

This commit is contained in:
2025-12-01 03:24:38 +01:00
parent 1954b53170
commit 54b9cfe2c7

View File

@@ -17,7 +17,7 @@ namespace Art::Paperback::Carousel
///
using iterator = typename deque<Object>::iterator;
/// Immutbale iterator type.
/// Immutable iterator type.
///
using const_iterator = typename deque<Object>::const_iterator;