Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 10, 2018
1 parent fb9d7bb commit ccf73fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opal/corelib/runtime.js
Expand Up @@ -496,7 +496,7 @@
return klass;
}

// Class doesnt exist, create a new one with given superclass...
// Class doesn't exist, create a new one with given superclass...

// Not specifying a superclass means we can assume it to be Object
if (superclass == null) {
Expand Down Expand Up @@ -1123,7 +1123,7 @@
// This method is used to setup a native constructor (e.g. Array), to have
// its prototype act like a normal Ruby class. Firstly, a new Ruby class is
// created using the native constructor so that its prototype is set as the
// target for th new class. Note: all bridged classes are set to inherit
// target for the new class. Note: all bridged classes are set to inherit
// from Object.
//
// Example:
Expand Down

0 comments on commit ccf73fd

Please sign in to comment.