Skip to content

Commit 946d219

Browse files
authored
fix docs
1 parent 9da06a0 commit 946d219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/allocation.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $(BOOKTABLE $(H2 Aligned allocation utilities),
2929
$(TR $(TH Function Name) $(TH Description))
3030
$(T2 uninitAlignedSlice, Allocates an uninitialized aligned slice using GC. )
3131
$(T2 stdcUninitAlignedSlice, Allocates an uninitialized aligned slice using CRuntime.)
32-
$(T2 stdcFreeSlice, Frees memory using CRuntime)
32+
$(T2 stdcFreeAlignedSlice, Frees memory using CRuntime)
3333
)
3434
3535
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).

0 commit comments

Comments
 (0)