Copilot commented on code in PR #925:
URL:
https://github.com/apache/skywalking-banyandb/pull/925#discussion_r2663603019
##########
pkg/convert/string.go:
##########
@@ -21,11 +21,13 @@ import (
"unsafe"
)
+var emptyStringBytes = []byte{}
+
// StringToBytes converts string to bytes.
// It work well until the referenced memory won’t be changed.
Review Comment:
The comment contains a grammatical error. It should be "It works well"
instead of "It work well".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]