Skip to content

Commit 25454b3

Browse files
committed
allocator::win32: fix capitalization typo in docs
1 parent c1c40d7 commit 25454b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/allocator/win32/_win32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! | [`ProcessHeap`] | [`HeapAlloc`] | [`HeapReAlloc`] | [`HeapFree`] | [`HeapSize`] |
1212
//! | <code>[IMalloc]\(\*IMalloc\)</code>† | [`IMalloc::Alloc`] | [`IMalloc::Realloc`] | [`IMalloc::Free`] | [`IMalloc::GetSize`] |
1313
//! | [`Local`]† | [`LocalAlloc`] | [`LocalReAlloc`] | [`LocalFree`] | [`LocalSize`] |
14-
//! | [`VirtualCommit`] | [`VirtualAlloc`] | ❌ | [`Virtualfree`] | ❌ |
14+
//! | [`VirtualCommit`] | [`VirtualAlloc`] | ❌ | [`VirtualFree`] | ❌ |
1515
//!
1616
//! ## Recommended Reading
1717
//! * [Comparing Memory Allocation Methods](https://learn.microsoft.com/en-us/windows/win32/memory/comparing-memory-allocation-methods) (learn.microsoft.com)

0 commit comments

Comments
 (0)