Skip to content

Commit

Permalink
Merge pull request #17 from andrew-demb/patch-1
Browse files Browse the repository at this point in the history
Fix example snippet indentation
  • Loading branch information
Ocramius committed Jul 9, 2021
2 parents 8ec79ba + e549091 commit b9a1ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $checkDbFile = new Callback(function() {
return new Success('Db file is ok');
}

return new Failure('There is something wrong with the db file');
return new Failure('There is something wrong with the db file');
});
```

Expand Down

0 comments on commit b9a1ac0

Please sign in to comment.