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"