chore(code_push_protocol): minor doc fixes (#3051)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ class UpdatePatchRequest {
|
||||
Json toJson() => _$UpdatePatchRequestToJson(this);
|
||||
|
||||
/// Notes about the patch. This is a free-form field that can be used to
|
||||
/// store additional information about the release. If null, the notes will
|
||||
/// store additional information about the patch. If null, the notes will
|
||||
/// not be updated.
|
||||
final String? notes;
|
||||
}
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ class UpdateReleaseRequest {
|
||||
final ReleasePlatform? platform;
|
||||
|
||||
/// Additional information about the command that was run to update the
|
||||
/// Release and then environment in which it was run.
|
||||
/// release and the environment in which it was run.
|
||||
final Json? metadata;
|
||||
|
||||
/// Notes about the release. This is a free-form field that can be used to
|
||||
|
||||
Reference in New Issue
Block a user