From 6fbda64b735051f1bfa7e71d8f7c4159f8cc7d3f Mon Sep 17 00:00:00 2001 From: wingbot <109207340+monadabot@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:28:32 +0300 Subject: [PATCH] feat(docs): update docs (#629) 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* --- .../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. + ---