Skip to content

Commit

Permalink
[skip ci] fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Sep 24, 2020
1 parent 11e662d commit b8bd568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/model/dao.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ All DAO operations can be inserted into a transaction, so that a series of chang
.. code-block:: php
try{
DAO::beginTransaction();
DAO::beginTransaction();
$orga=new Organization();
$orga->setName('Foo');
DAO::save($orga);
Expand Down

0 comments on commit b8bd568

Please sign in to comment.