Skip to content

Commit

Permalink
Merge pull request #3 from makerGeek/patch-1
Browse files Browse the repository at this point in the history
corrected "start by define" --> "start by defining"
  • Loading branch information
luigidr committed Jun 20, 2016
2 parents 089f54c + 2a0a534 commit 6317e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/02-first-java-application-with-opencv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Create a simple application
Now add a new Class to your project by right-clicking on your project's folder and go to ``New --> Class``.
Write a name of your choice for both the package and the class then click on ``Finish``.
Now we are ready to write the code of our first application.
Let's start by define the ``main`` method:
Let's start by defining the ``main`` method:

.. code-block:: java
Expand Down

0 comments on commit 6317e0c

Please sign in to comment.