cli dollcode encoder and decoder

fix spelling mistake in trait doc

0xda157 0328b100 adc9f665

+1 -1
+1 -1
lib-porcelain/src/lib.rs
··· 6 6 where 7 7 Self: Sized; 8 8 9 - /// Takes a `Self` and encodes in to a `String` containing a dollcode made up 9 + /// Takes a `Self` and encodes it to a `String` containing a dollcode made up 10 10 /// of `'▖'`, `'▘'`, and `'▌'`. 11 11 fn to_dollcode(self) -> String; 12 12 }