Skip to content

Commit 4d2b2f0

Browse files
committed
change language
1 parent 9786132 commit 4d2b2f0

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/codewhispererChat/controllers/chat/messenger

1 file changed

+1
-1
lines changed

packages/core/src/codewhispererChat/controllers/chat/messenger/messenger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class Messenger {
9292
)
9393
}
9494
/**
95-
* Guesses the total number of code blocks.
95+
* Tries to calculate the total number of code blocks.
9696
* NOTES:
9797
* - Not correct on all examples. Some may cause it to return 0 unexpectedly.
9898
* - Plans in place (as of 4/22/2024) to move this server side.

0 commit comments

Comments
 (0)