Skip to content

Commit 646b181

Browse files
committed
fix typo
1 parent 62a878f commit 646b181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/builtin.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fn make(T, ...V): T
133133
// So copy operation will directly affect the x array.
134134
//
135135
// This only applies to the last sliced array.
136-
// Previous slicings may result in memory allocation, and changes may not be reflected.
136+
// Previous slicing may result in memory allocation, and changes may not be reflected.
137137
//
138138
// For example:
139139
//

0 commit comments

Comments
 (0)