Merge pull request #23 from deltachat/fix-doc-comment

remove doc-text that dows not seem to belong there
master
Simon Laux 2022-03-31 14:13:06 +02:00 committed by GitHub
commit 557cb5a520
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;
};