mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
[Docs] Fix typo in C++ Placement Group example (#20386)
This commit is contained in:
parent
35dc3cf21b
commit
ec81f52061
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Placement groups are atomically created - meaning that if there exists a bundle
|
|||
.. code-block:: c++
|
||||
|
||||
// Wait for the placement group to be ready within the specified time(unit is seconds).
|
||||
boll ready = pg.Wait(60);
|
||||
bool ready = pg.Wait(60);
|
||||
assert(ready);
|
||||
|
||||
// You can look at placement group states using this API.
|
||||
|
|
Loading…
Add table
Reference in a new issue