Documentation: fix camelCase in MergePatchSetInput entity documentation

Change-Id: Id50ace328128cda386f3c11e3b87fc4af1efe505
This commit is contained in:
Han-Wen Nienhuys
2020-01-09 16:39:26 +01:00
committed by David Pursehouse
parent b23a5ae9b7
commit bd2af0ce4a

View File

@@ -6632,10 +6632,10 @@ change by creating a new merge commit.
|`subject` |optional|
The new subject for the change, if not specified, will reuse the current patch
set's subject
|`inheritParent` |optional, default to `false`|
|`inherit_parent` |optional, default to `false`|
Use the current patch set's first parent as the merge tip when set to `true`.
|`base_change` |optional|
A link:#change-id[\{change-id\}] that identifies a change. When `inheritParent`
A link:#change-id[\{change-id\}] that identifies a change. When `inherit_parent`
is `false`, the merge tip will be the current patch set of the `base_change` if
it's set. Otherwise, the current branch tip of the destination branch will be used.
|`merge` ||