DOC: additionalMsec is no longer experimental (#576)

The attribute `additionalMsec` of the object `BasicHGWOptions` was experimental in v2.2.2.  It is now a stable feature.
This commit is contained in:
quacksouls 2023-06-07 07:19:07 +10:00 committed by GitHub
parent 40b89baca1
commit 4c4c4a0335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -326,7 +326,7 @@ interface BasicHGWOptions {
/** Set to true this action will affect the stock market. */
stock?: boolean;
/** Number of additional milliseconds that will be spent waiting between the start of the function and when it
* completes. Experimental in 2.2.2, may be removed in 2.3. */
* completes. */
additionalMsec?: number;
}