Skip to content

Commit 3c0a98b

Browse files
committed
Complete docs sentence
1 parent ec5915b commit 3c0a98b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/service-core/src/util/protocol-types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ export interface StreamDescription {
160160
is_default: boolean;
161161

162162
/**
163-
* If some subscriptions on this stream could not be resolved, e.g. due to an error, tis
163+
* If some subscriptions on this stream could not be resolved, e.g. due to an error, this array contains the faulty
164+
* subscriptions along with an error message.
164165
*/
165166
errors: StreamSubscriptionError[];
166167
}

0 commit comments

Comments
 (0)