We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a878f commit 646b181Copy full SHA for 646b181
std/builtin.jule
@@ -133,7 +133,7 @@ fn make(T, ...V): T
133
// So copy operation will directly affect the x array.
134
//
135
// This only applies to the last sliced array.
136
-// Previous slicings may result in memory allocation, and changes may not be reflected.
+// Previous slicing may result in memory allocation, and changes may not be reflected.
137
138
// For example:
139
0 commit comments