From 248b0fe9e155e1a00a04cb7b1fc687601d401d7c Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 9 Oct 2025 16:11:33 +0200 Subject: More package lines --- core/container/priority_queue/doc.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/container/priority_queue/doc.odin') diff --git a/core/container/priority_queue/doc.odin b/core/container/priority_queue/doc.odin index a71a9dd28..7cba4af8d 100644 --- a/core/container/priority_queue/doc.odin +++ b/core/container/priority_queue/doc.odin @@ -1,2 +1,2 @@ -// package priority_queue implements a Priority Queue data structure +// package priority_queue implements a Priority Queue data structure. package container_priority_queue \ No newline at end of file -- cgit v1.2.3