From 627d9120b443bda6ac826325f38b939225fa6678 Mon Sep 17 00:00:00 2001 From: monabot Date: Thu, 28 Sep 2023 12:26:11 +0000 Subject: [PATCH] feat(docs): update docs Updates the Wing docs. See details in [workflow run]. [Workflow Run]: https://github.com/winglang/docsite/actions/runs/6338833898 ------ *Automatically created via the "update-docs" workflow* Signed-off-by: monabot --- .../version-latest/04-standard-library/01-cloud/queue.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versioned_docs/version-latest/04-standard-library/01-cloud/queue.md b/versioned_docs/version-latest/04-standard-library/01-cloud/queue.md index 5ce2280d5..30388ece4 100644 --- a/versioned_docs/version-latest/04-standard-library/01-cloud/queue.md +++ b/versioned_docs/version-latest/04-standard-library/01-cloud/queue.md @@ -182,6 +182,8 @@ Push one or more messages to the queue. Payload to send to the queue. +Each message must be non-empty. + ---