We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9786132 commit 4d2b2f0Copy full SHA for 4d2b2f0
packages/core/src/codewhispererChat/controllers/chat/messenger/messenger.ts
@@ -92,7 +92,7 @@ export class Messenger {
92
)
93
}
94
/**
95
- * Guesses the total number of code blocks.
+ * Tries to calculate the total number of code blocks.
96
* NOTES:
97
* - Not correct on all examples. Some may cause it to return 0 unexpectedly.
98
* - Plans in place (as of 4/22/2024) to move this server side.
0 commit comments