Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9454: helpers_typo.diff

File helpers_typo.diff, 474 bytes (added by Henrik N, 1 year ago)

One more typo: invokved -> invoked

  • (current

    old new  
    102102      #     end 
    103103      #   end 
    104104      #  
    105       # Finally, all the above styles can be mixed together, and the +helper+ method can be invokved with a mix of 
     105      # Finally, all the above styles can be mixed together, and the +helper+ method can be invoked with a mix of 
    106106      # +symbols+, +strings+, +modules+ and blocks. 
    107107      #   helper(:three, BlindHelper) { def mice() 'mice' end } 
    108108      #