Skip to content

Commit

Permalink
std: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jan 19, 2025
1 parent 32d51ce commit 278c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/builtin.jule
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const false = !true
// Nil memory.
const nil = nil

// Prints t to stout.
// Prints t to stdout.
//
// Before printing the value will be converted to string. For string conversion,
// Jule's runtime package will be used, always. For types that contain special string
Expand Down

0 comments on commit 278c065

Please sign in to comment.