Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Mar 30, 2023
1 parent a932ad3 commit 0843d07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static Put of(ContentKey key, Content content, Content expectedContent) {
+ "\n"
+ "If the key for a content shall change (aka a rename), then use a `Delete` "
+ "operation using the current (old) key and a `Put` operation using the new key "
+ "populating both the `value` and `expectedValue` fields. See `Put` operation.")
+ "with the current `Content` in the the `value` field. See `Put` operation.")
@Value.Immutable
@JsonSerialize(as = ImmutableDelete.class)
@JsonDeserialize(as = ImmutableDelete.class)
Expand Down

0 comments on commit 0843d07

Please sign in to comment.