We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ffa68 commit 3cb566bCopy full SHA for 3cb566b
1 file changed
src/generator.rs
@@ -306,7 +306,7 @@ impl Hash for OutputData {
306
}
307
308
impl OutputData {
309
- /// Convert an [`OutputValue`] to the inner value in string format
+ /// Convert an [`OutputData`] to the inner value in string format
310
pub fn into_string(self) -> String {
311
match self {
312
Self::Bool(true) => "True".to_owned(),
0 commit comments