Skip to content

Commit 4a270a2

Browse files
committed
Fix a typo
Signed-off-by: William Desportes <[email protected]>
1 parent 74aea33 commit 4a270a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Builder/InsertStatementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function testBuilder(): void
2020
);
2121

2222
/* Assertion 2 */
23-
/* Reserved keywords (with backqoutes as field name) */
23+
/* Reserved keywords (with backquotes as field name) */
2424
$parser = new Parser('INSERT INTO tbl(`order`) VALUES (1)');
2525
$stmt = $parser->statements[0];
2626
$this->assertEquals(

0 commit comments

Comments
 (0)