Skip to content

Commit c384578

Browse files
committed
Fix assistant data
1 parent c061fc5 commit c384578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ public function get() {
3636
})->get();
3737
echo $pattern;
3838
echo "\n";
39-
echo preg_match($pattern, "Passs1234");
39+
echo preg_match($pattern, "Pass1234");

0 commit comments

Comments
 (0)