Skip to content

Commit

Permalink
Update node-pool.asciidoc (#1270)
Browse files Browse the repository at this point in the history
Fix typo in the SimpleNodePool documentation (#1269 )
  • Loading branch information
fgravelaine authored and ezimuel committed Jan 30, 2023
1 parent 14454ba commit 8eb4dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/node-pool.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ use Elastic\Transport\NodePool\Selector\RoundRobin;
use Elastic\Transport\NodePool\SimpleNodePool;
$nodePool = new SimpleNodePool(
new SimpleNodePool(),
new RoundRobin(),
new ElasticsearchResurrect()
);
Expand All @@ -69,4 +69,4 @@ You can use the following interfaces for the implementation:
* https://github.com/elastic/elastic-transport-php/blob/master/src/NodePool/Resurrect/ResurrectInterface.php[ResurrectInterface]

For more information about the Node Pool you can read the
https://github.com/elastic/elastic-transport-php/blob/master/README.md[elastic-transport-php documentation].
https://github.com/elastic/elastic-transport-php/blob/master/README.md[elastic-transport-php documentation].

0 comments on commit 8eb4dce

Please sign in to comment.