From 8019bd360abf3de6287eed206a649fe56fd43563 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 9 Oct 2025 12:28:16 +0100 Subject: [PATCH] Add doc line to `strconv` --- core/strconv/strconv.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/core/strconv/strconv.odin b/core/strconv/strconv.odin index 7fcb578f7..5634f1712 100644 --- a/core/strconv/strconv.odin +++ b/core/strconv/strconv.odin @@ -1,3 +1,4 @@ +// package strconv implements conversions to and from string represnetations of other data types package strconv import "core:unicode/utf8"