mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 23:12:03 -07:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
// package priority_queue implements a Priority Queue data structure.
|
||||
package container_priority_queue
|
||||
@@ -1,3 +1,4 @@
|
||||
// A priority queue data structure.
|
||||
package container_priority_queue
|
||||
|
||||
import "base:builtin"
|
||||
|
||||
Reference in New Issue
Block a user