Merge pull request #422 from automerge/fix-transaction-put-doc
Update docs for Transaction::put
This commit is contained in:
commit
c2ed212dbc
1 changed files with 0 additions and 5 deletions
|
@ -82,11 +82,6 @@ impl<'a> Transactable for Transaction<'a> {
|
|||
|
||||
/// Set the value of property `P` to value `V` in object `obj`.
|
||||
///
|
||||
/// # Returns
|
||||
///
|
||||
/// The opid of the operation which was created, or None if this operation doesn't change the
|
||||
/// document
|
||||
///
|
||||
/// # Errors
|
||||
///
|
||||
/// This will return an error if
|
||||
|
|
Loading…
Add table
Reference in a new issue