Skip to content

Commit

Permalink
correct typo in the docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jun 9, 2015
1 parent 19e5540 commit 1a2ae88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Connection.php
Expand Up @@ -576,7 +576,7 @@ public function transactional(callable $callback)
/**
* Checks if a transaction is running.
*
* @return bool True if a transaction is runnning else false.
* @return bool True if a transaction is running else false.
*/
public function inTransaction()
{
Expand Down

0 comments on commit 1a2ae88

Please sign in to comment.