diff --git a/Cargo.toml b/Cargo.toml index d61af50..db721a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transitive_from" -version = "0.1.2" +version = "0.1.3" authors = ["Frank Steffahn "] license = "MIT OR Apache-2.0" description = """ diff --git a/src/lib.rs b/src/lib.rs index a771595..b0ddc86 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -90,7 +90,7 @@ impl_From!( for F); impl_From!( for I); // Now, to produce all the remaining (transitive) implementations -// and compling the hierarchy, call the macro like this: +// and complete the hierarchy, call the macro like this: transitive_from::hierarchy! { A { B {