Skip to content

Commit

Permalink
std/builtin: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jan 22, 2025
1 parent efb83ee commit 57059dc
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 @@ -122,7 +122,7 @@ fn make(T, ...V): T
// Slicing is allowed for arrays on mutable memory.
// Thus, the changes will be reflected in the array.
//
// For exmaple:
// For example:
//
// mut x := [5]int([0, ...])
// println(x)
Expand Down

0 comments on commit 57059dc

Please sign in to comment.