Skip to content

Commit 5dee4ec

Browse files
authored
wasmprinter: Fix PrintTermcolor description (bytecodealliance#1890)
1 parent 5a574c2 commit 5dee4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasmprinter/src/print.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ where
147147
}
148148
}
149149

150-
/// An adapter between the [`std::fmt::Write`] trait and [`termcolor::WriteColor`].
150+
/// An adapter between the [`termcolor::WriteColor`] trait and [`Print`].
151151
pub struct PrintTermcolor<T>(pub T);
152152

153153
impl<T> Print for PrintTermcolor<T>

0 commit comments

Comments
 (0)