Skip to content

Commit 53d37d6

Browse files
authored
Update vec-alloc.md
1 parent 83ec2e3 commit 53d37d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vec/vec-alloc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Allocating Memory
1+
# 메모리 할당하기
22

33
Using `NonNull` throws a wrench in an important feature of Vec (and indeed all of
44
the std collections): creating an empty Vec doesn't actually allocate at all. This

0 commit comments

Comments
 (0)