Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Feb 25, 2024
1 parent 5cd60a7 commit 8db3ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ You can also use list destructuring to get the results of multiple queries all a
<?php
[$streams, $tables] = $ksqlc->run('SHOW STREAMS', 'SHOW TABLES');

foreach($streams as $streams)
foreach($streams as $stream)
{
// ...
}
Expand Down

0 comments on commit 8db3ca0

Please sign in to comment.