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 ce6924a commit a19cf2cCopy full SHA for a19cf2c
pkg/services/object/get/assemble.go
@@ -76,7 +76,7 @@ func (exec *execCtx) assemble() {
76
// * else go right-to-left with GET and compose in single object before writing
77
78
if ok := exec.overtakePayloadInReverse(*prev); ok {
79
- // payload of all children except the last are written, write last payloa
+ // payload of all children except the last are written, write last payload
80
exec.writeObjectPayload(exec.collectedObject, exec.collectedReader)
81
}
82
0 commit comments