Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Change 'DCP_MUTATION' to 'DCP_DELETION' for Extended Attributes
Browse files Browse the repository at this point in the history
The documentation for 'DCP_DELETION' mistakenly mentions 'DCP_MUTATION'
instead of 'DCP_DELETION'. Fixing the discrepancy.
  • Loading branch information
Sriram Ganesan committed Jul 3, 2018
1 parent abad751 commit 402a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/commands/deletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This message will not return a response unless an error occurs.
### Extended Attributes (XATTRs)

If a Document has XATTRs and `DCP_OPEN_INCLUDE_XATTRS` was set as part
of the [DCP_OPEN](open-connection.md) message, then the `DCP_MUTATION`
of the [DCP_OPEN](open-connection.md) message, then the `DCP_DELETION`
message will include the XATTRs as part of the Value payload.

The presence of XATTRs is indicated by setting the XATTR bit in the
Expand Down

0 comments on commit 402a381

Please sign in to comment.