From e7db11c90b1a7f1f5ebae00785931dbfb4f35fbf Mon Sep 17 00:00:00 2001 From: Jake Scott Date: Sun, 10 Aug 2014 14:12:15 +1200 Subject: [PATCH] Fix typo --- src/doc/guide-pointers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide-pointers.md b/src/doc/guide-pointers.md index 8dca82cc087c..a4d081c5fdc7 100644 --- a/src/doc/guide-pointers.md +++ b/src/doc/guide-pointers.md @@ -655,7 +655,7 @@ This part is coming soon. # Returning Pointers In many languages with pointers, you'd return a pointer from a function -so as to avoid a copying a large data structure. For example: +so as to avoid copying a large data structure. For example: ```{rust} struct BigStruct {