Browse Source

Add doc line to `strconv`

gingerBill 4 days ago
parent
commit
8019bd360a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/strconv/strconv.odin

+ 1 - 0
core/strconv/strconv.odin

@@ -1,3 +1,4 @@
+// package strconv implements conversions to and from string represnetations of other data types
 package strconv
 package strconv
 
 
 import "core:unicode/utf8"
 import "core:unicode/utf8"