fix(docs): move callback of Worker.waitForClose to the end of param list (#20966)

This commit is contained in:
Yury Semikhatsky 2023-02-16 15:32:12 -08:00 committed by GitHub
parent e444632dec
commit eadcab6b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,8 +118,8 @@ Optional argument to pass to [`param: expression`].
Performs action and waits for the Worker to close.
### param: Worker.waitForClose.callback = %%-java-wait-for-event-callback-%%
* since: v1.9
### option: Worker.waitForClose.timeout = %%-wait-for-event-timeout-%%
* since: v1.9
### param: Worker.waitForClose.callback = %%-java-wait-for-event-callback-%%
* since: v1.9