Skip to content

Commit 25650e0

Browse files
committed
Guide: Add missing "a"
1 parent a0efafb commit 25650e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide-pointers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ great detail, so if you want the full details, check that out.
416416

417417
In general, prefer stack allocation over heap allocation. Using references to
418418
stack allocated information is preferred whenever possible. Therefore,
419-
references are the default pointer type you should use, unless you have
419+
references are the default pointer type you should use, unless you have a
420420
specific reason to use a different type. The other types of pointers cover when
421421
they're appropriate to use in their own best practices sections.
422422

0 commit comments

Comments
 (0)