From 15142a6431eb2a7d818e66eaa567721c16e8c66e Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Tue, 29 Mar 2022 20:53:07 +0200 Subject: [PATCH] remove doc-text that dows not seem to belong there --- webxdc.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webxdc.d.ts b/webxdc.d.ts index b2b03a3..7ba02d0 100644 --- a/webxdc.d.ts +++ b/webxdc.d.ts @@ -24,7 +24,7 @@ type ReceivedStatusUpdate = { max_serial: number; /** optional, short, informational message. */ info?: string; - /** optional, short text, shown beside app icon. If there are no updates, an empty JSON-array is returned. */ + /** optional, short text, shown beside app icon. */ summary?: string; };