Skip to content

Commit

Permalink
Guide: Add missing "a"
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Oct 27, 2014
1 parent a0efafb commit 25650e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide-pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ great detail, so if you want the full details, check that out.

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

Expand Down

0 comments on commit 25650e0

Please sign in to comment.