Skip to content

Commit

Permalink
fix capitalization inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeese committed Apr 15, 2013
1 parent 4a45949 commit 0655da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dojo/_base/declare.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dojo/declare()
Defining a Class
----------------

In ``my/person.js``:
In ``my/Person.js``:

.. js ::
Expand All @@ -49,7 +49,7 @@ Using mixin() in a Class Constructor

Define a class, "my/Person", using an object for mixing in arguments instead of an argument list.

In ``my/person.js``:
In ``my/Person.js``:

.. js ::
Expand Down

0 comments on commit 0655da6

Please sign in to comment.