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/bytes/bytes.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/bytes') diff --git a/core/bytes/bytes.odin b/core/bytes/bytes.odin index 859f90318..d4a0804b5 100644 --- a/core/bytes/bytes.odin +++ b/core/bytes/bytes.odin @@ -1,4 +1,4 @@ -// package bytes implements procedures for manipulation of byte slices +// package bytes implements procedures for manipulation of byte slices. package bytes import "base:intrinsics" -- cgit v1.2.3