diff options
Diffstat (limited to 'src/doc/guide-pointers.md')
| -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 { |
