Change heading level

This commit is contained in:
Carol (Nichols || Goulding) 2016-11-23 09:34:16 -05:00
parent 9a7d42fda8
commit d8b4beb59f
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ of our code search for capabilities of `Rectangle` all over the place.
PROD: START BOX
#### Where's the `->` operator?
### Wheres the -> Operator?
In languages like C++, there are two different operators for calling methods:
`.` if youre calling a method on the object directly, and `->` if youre