mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-12 10:06:12 -04:00
typo fix
This commit is contained in:
@@ -150,7 +150,7 @@ pub fn processDestroyQueues(self: *Session) void {
|
||||
}
|
||||
|
||||
{
|
||||
const queue = self._page_descruction_queue.items;
|
||||
const queue = self._page_destruction_queue.items;
|
||||
if (queue.len > 0) {
|
||||
for (queue) |page| {
|
||||
page.deinit();
|
||||
|
||||
Reference in New Issue
Block a user