We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5541563 commit adcb256Copy full SHA for adcb256
system/system.proto
@@ -51,8 +51,8 @@ service System {
51
// of the data sent. An error is returned if the location does not exist or
52
// there is an error writing the data. If no checksum is received, the target
53
// must assume the operation is incomplete and remove the partially
54
- // transmitted file. The target should initially write the file to a temporary location so a failure
55
- // does not destroy the original file.
+ // transmitted file. The target should initially write the file to a temporary
+ // location so a failure does not destroy the original file.
56
rpc SetPackage(stream SetPackageRequest) returns (SetPackageResponse) {}
57
58
// SwitchControlProcessor will switch from the current route processor to the
0 commit comments