* Fix docs

* Update frame/support/src/dispatch.rs

Prettier link

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

* Update primitives/runtime/src/traits.rs

Prettier link

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Dan Forbes
2020-05-06 14:22:35 -07:00
committed by GitHub
parent 7ee35f29dc
commit 848803aba2
12 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -639,7 +639,7 @@ fn reduce_all<A: IdentifierT>(assignments: &mut Vec<StakedAssignment<A>>) -> u32
num_changed
}
/// Reduce the given [`PhragmenResult`]. This removes redundant edges from without changing the
/// Reduce the given [`Vec<StakedAssignment<IdentifierT>>`]. This removes redundant edges from without changing the
/// overall backing of any of the elected candidates.
///
/// Returns the number of edges removed.