mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// package strconv implements conversions to and from string represnetations of other data types
|
||||
// Conversions to and from `string` representations of other data types like integers and booleans.
|
||||
package strconv
|
||||
|
||||
import "core:unicode/utf8"
|
||||
|
||||
Reference in New Issue
Block a user