diff options
| author | bors <bors@rust-lang.org> | 2014-08-10 08:56:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-08-10 08:56:15 +0000 |
| commit | d4d608fabda8f39f319ebefd9aebf4ceb7c1bbf4 (patch) | |
| tree | d9936c5c3b7750b04d4c19fe25bb92fadc75f7b2 /src | |
| parent | be6c7cf882bacc9da96df5304679af678390d5b0 (diff) | |
| parent | e7db11c90b1a7f1f5ebae00785931dbfb4f35fbf (diff) | |
| download | rust-d4d608fabda8f39f319ebefd9aebf4ceb7c1bbf4.tar.gz rust-d4d608fabda8f39f319ebefd9aebf4ceb7c1bbf4.zip | |
auto merge of #16395 : superlogical/rust/patch-1, r=alexcrichton
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/guide-pointers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-pointers.md b/src/doc/guide-pointers.md index 8dca82cc087..a4d081c5fdc 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 { |
