From 3e8f4e080ce35de3c8adeed08778ed220b8680be Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 9 Oct 2025 12:26:35 +0100 Subject: Add more doc lines --- core/bytes/bytes.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'core/bytes') diff --git a/core/bytes/bytes.odin b/core/bytes/bytes.odin index 6e872e757..859f90318 100644 --- a/core/bytes/bytes.odin +++ b/core/bytes/bytes.odin @@ -1,3 +1,4 @@ +// package bytes implements procedures for manipulation of byte slices package bytes import "base:intrinsics" -- cgit v1.2.3