Skip to content

Commit 3cb566b

Browse files
committed
fix(docs): invalid name in documentation
1 parent 62ffa68 commit 3cb566b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl Hash for OutputData {
306306
}
307307

308308
impl OutputData {
309-
/// Convert an [`OutputValue`] to the inner value in string format
309+
/// Convert an [`OutputData`] to the inner value in string format
310310
pub fn into_string(self) -> String {
311311
match self {
312312
Self::Bool(true) => "True".to_owned(),

0 commit comments

Comments
 (0)