This commit is contained in:
Jake Scott 2014-08-10 14:12:15 +12:00
parent 351cc4fc99
commit e7db11c90b

View file

@ -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 {