Skip to content

Commit

Permalink
minor #4438 Fix typo: Objected => Object (ifdattic)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix typo: Objected => Object

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets |

Commits
-------

4d98ebf Fix typo: Objected => Object
  • Loading branch information
wouterj committed Nov 8, 2014
2 parents 5d6d0c2 + 4d98ebf commit 91eb652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/event_dispatcher/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The EventDispatcher Component
Introduction
------------

Objected Oriented code has gone a long way to ensuring code extensibility. By
Object Oriented code has gone a long way to ensuring code extensibility. By
creating classes that have well defined responsibilities, your code becomes
more flexible and a developer can extend them with subclasses to modify their
behaviors. But if they want to share the changes with other developers who have
Expand Down

0 comments on commit 91eb652

Please sign in to comment.