fix two typos (#4048)

This commit is contained in:
B YI
2019-11-08 16:27:33 +08:00
committed by thiolliere
parent 63a1a5b7f8
commit 2125b87cae
2 changed files with 2 additions and 2 deletions
@@ -104,7 +104,7 @@ impl Decode for BlockAttributes {
pub enum Direction {
/// Enumerate in ascending order (from child to parent).
Ascending = 0,
/// Enumerate in descendfing order (from parent to canonical child).
/// Enumerate in descending order (from parent to canonical child).
Descending = 1,
}