Skip to content

Commit 684cd77

Browse files
committed
Rollup merge of #23182 - steveklabnik:gh22610, r=Manishearth
Fixes #22610
2 parents 9f851a7 + 5b0acb5 commit 684cd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/pointers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,8 @@ use-case for boxes.
634634
### Returning data
635635

636636
This is important enough to have its own section entirely. The TL;DR is this:
637-
you don't generally want to return pointers, even when you might in a language
638-
like C or C++.
637+
you don't want to return pointers, even when you might in a language like C or
638+
C++.
639639

640640
See [Returning Pointers](#returning-pointers) below for more.
641641

0 commit comments

Comments
 (0)