Skip to content

Commit

Permalink
fix typo, refs #17778
Browse files Browse the repository at this point in the history
  • Loading branch information
dasa authored and wkeese committed Apr 7, 2014
1 parent dd9512b commit 07cf828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _base/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ define(["./kernel", "../has", "../sniff"], function(dojo, has){

hitch: function(scope, method){
// summary:
// Returns a function that will only ever execute in the a given scope.
// Returns a function that will only ever execute in the given scope.
// This allows for easy use of object member functions
// in callbacks and other places in which the "this" keyword may
// otherwise not reference the expected scope.
Expand Down

0 comments on commit 07cf828

Please sign in to comment.