Skip to content

Commit fc81aa4

Browse files
jschafGankra
authored andcommitted
Fix typo str::mem to std::mem
1 parent 8a7d056 commit fc81aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ in a similar form as it is today.
99
However we will generally try to avoid unstable code where possible. In
1010
particular we won't use any intrinsics that could make a code a little
1111
bit nicer or efficient because intrinsics are permanently unstable. Although
12-
many intrinsics *do* become stabilized elsewhere (`std::ptr` and `str::mem`
12+
many intrinsics *do* become stabilized elsewhere (`std::ptr` and `std::mem`
1313
consist of many intrinsics).
1414

1515
Ultimately this means our implementation may not take advantage of all

0 commit comments

Comments
 (0)