Skip to content

Commit 727bddd

Browse files
committed
docs: rewrite comment for clarity
1 parent 43d0ca8 commit 727bddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/useAgentLogs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function generateMockLogs(count: number): WorkspaceAgentLog[] {
1818
}));
1919
}
2020

21-
// A mutable object holding the most recent mock WebSocket connection. This
21+
// A mutable object holding the most recent mock WebSocket publisher. The inner
2222
// value will change as the hook opens/closes new connections
2323
type PublisherResult = {
2424
current: MockWebSocketPublisher;

0 commit comments

Comments
 (0)