Skip to content

Commit 0ad384c

Browse files
committed
Correct documentation error
1 parent e3bca2b commit 0ad384c

File tree

1 file changed

+1
-1
lines changed
  • crates/libs/windows/src/core

1 file changed

+1
-1
lines changed

crates/libs/windows/src/core/heap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub unsafe fn heap_free(ptr: RawPtr) {
3232
}
3333
}
3434

35-
/// Copy len elements of an iterator of type `T` into a freshly allocated buffer with an additional default `T` at the end.
35+
/// Copy len elements of an iterator of type `T` into a freshly allocated buffer.
3636
///
3737
/// Returns a pointer to the beginning of the buffer. This pointer must be freed when done using `heap_free`.
3838
///

0 commit comments

Comments
 (0)