Minor change according to comments.

This commit is contained in:
huxuan 2016-06-21 22:28:22 +08:00
Родитель e03dc1d62d
Коммит 6859b84ff5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -61,7 +61,7 @@ model of the master worker from the server.
```lua
if multiverso.is_master then
-- Only master worker set the initial value.
-- Only master worker will set the initial value.
tbh:add(params)
-- Set a barrier for other workers to wait.
multiverso.barrier()