Skip to content

Commit

Permalink
Fix typo in Database README
Browse files Browse the repository at this point in the history
  • Loading branch information
joggee-fr committed Apr 9, 2024
1 parent e7efb65 commit 7e61913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/README.md
Expand Up @@ -218,7 +218,7 @@ Generating conditions:
// WHERE id = 1
$query->where(['id' => 1]);

// WHERE id > 2
// WHERE id > 1
$query->where(['id >' => 1]);
```

Expand Down

0 comments on commit 7e61913

Please sign in to comment.