Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 27, 2015
1 parent 465e1f7 commit 1828fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ and ``component/mod.d`` is the inner module ``component.mod``

To test this module, run ``dub test`` from package's folder.

``removeSingleLineComments`` can be imported with ``import component;`` and ``import component.mod;``.
``removeSingleLineComments`` can be imported with ``import component;`` or ``import component.mod;``.
To use *component* package, put the following dependency into your project's dub.json into the dependencies section:

.. code-block:: js
Expand Down

0 comments on commit 1828fce

Please sign in to comment.