mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 03:40:59 +00:00
Fix swapped lines of documentation
This commit is contained in:
parent
e2aef84724
commit
ea334aa9ce
1 changed files with 2 additions and 2 deletions
|
@ -58,10 +58,10 @@ pub trait ActorAndObjectRef: markers::Activity {
|
|||
/// Immutable borrow of actor field
|
||||
fn actor_field_ref(&self) -> &OneOrMany<AnyBase>;
|
||||
|
||||
/// Mutable borrow of actor field
|
||||
/// Immutable borrow of object field
|
||||
fn object_field_ref(&self) -> &OneOrMany<AnyBase>;
|
||||
|
||||
/// Immutable borrow of object field
|
||||
/// Mutable borrow of actor field
|
||||
fn actor_field_mut(&mut self) -> &mut OneOrMany<AnyBase>;
|
||||
|
||||
/// Mutable borrow of object field
|
||||
|
|
Loading…
Reference in a new issue