Skip to content

Commit a807174

Browse files
committed
fix: comments
1 parent 153b3e1 commit a807174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msgfmt/msgfmt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func findUserInputEndIdx(userInputStartIdx int, msg []rune, userInput []rune) in
143143
// skipTrailingInputBoxLine checks if the next line contains all the given markers
144144
// and returns the incremented index if found. In case of Gemini and Cursor, the user
145145
// input is echoed back in a box. This function searches for the markers passed by the
146-
// caller and returns (currentIdx+1, true) if the next line contains all of them in the same order,
146+
// caller and returns (currentIdx+1, true) if the next line contains all of them,
147147
// otherwise returns (currentIdx, false).
148148
func skipTrailingInputBoxLine(lines []string, currentIdx int, markers ...string) (idx int, found bool) {
149149
if currentIdx+1 >= len(lines) {

0 commit comments

Comments
 (0)