···479479 }
480480481481 /// Where the magic happens. First, we check the left-hand side of the call
482482- /// so see if it's something we can inline. If not, we continue to walk the
482482+ /// to see if it's something we can inline. If not, we continue to walk the
483483 /// tree like all the other expressions do. If it can be inlined, we follow
484484 /// a three-step process:
485485 ///