Skip to content

Commit

Permalink
Fixed a mistake in the docs markup
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner authored and szeiger committed Aug 13, 2015
1 parent c44e9c8 commit 3944d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slick/src/sphinx/database.rst
Expand Up @@ -53,8 +53,8 @@ Thus you may omit the ``url`` property if the ``DATABASE_URL`` environment varia
is set. You may also define a custom environment variable with standard
Typesafe Config syntax, such as ``${?MYSQL_DATABASE_URL}``.

Or you may pass a :javaapi:`DatabaseUrlDataSource <slick/jdbc/DatabaseUrlDataSource>` object to
:api:`forDataSource <slick.jdbc.JdbcBackend$DatabaseFactoryDef@forDataSource(DataSource,AsyncExecutor,Boolean):DatabaseDef>`.
Or you may pass a :api:`DatabaseUrlDataSource <slick/jdbc/DatabaseUrlDataSource>` object to
:api:`forDataSource <slick.jdbc.JdbcBackend$DatabaseFactoryDef@forDataSource(DataSource,AsyncExecutor):DatabaseDef>`.

.. includecode:: code/Connection.scala#forDatabaseURL

Expand Down

0 comments on commit 3944d4d

Please sign in to comment.