chore(code_push_protocol): minor doc fixes (#3051)

This commit is contained in:
Felix Angelov
2025-04-15 12:39:23 -05:00
committed by GitHub
parent dcd93ea5d3
commit efc533a99a
2 changed files with 2 additions and 2 deletions
@@ -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;
}
@@ -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