From f489b032d74eeefeddb8e49ee1fc4229ec6062d0 Mon Sep 17 00:00:00 2001 From: Spotandjake <40705786+spotandjake@users.noreply.github.com> Date: Sat, 28 Dec 2024 21:14:11 -0500 Subject: [PATCH] Apply suggestions from oscar code review Co-authored-by: Oscar Spencer --- stdlib/queue.gr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/queue.gr b/stdlib/queue.gr index 8a053098e..d0bd48cda 100644 --- a/stdlib/queue.gr +++ b/stdlib/queue.gr @@ -160,7 +160,7 @@ provide let pop = queue => { } /** - * Clears the queue by removing all of its elements + * Clears the queue by removing all of its elements. * * @param queue: The queue to clear *