remove doc-text that dows not seem to belong there

master
Simon Laux 2022-03-29 20:53:07 +02:00 committed by GitHub
parent 4838dbf49f
commit 15142a6431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
webxdc.d.ts vendored
View File

@ -24,7 +24,7 @@ type ReceivedStatusUpdate<T> = {
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;
};