remove 'generally' to reduce confusion

Fixes 
This commit is contained in:
Steve Klabnik 2015-03-08 09:29:47 -04:00
parent b2f09c1165
commit 5b0acb5846

@ -634,8 +634,8 @@ use-case for boxes.
### Returning data
This is important enough to have its own section entirely. The TL;DR is this:
you don't generally want to return pointers, even when you might in a language
like C or C++.
you don't want to return pointers, even when you might in a language like C or
C++.
See [Returning Pointers](#returning-pointers) below for more.