Skip to content

Commit

Permalink
improve deal deprecation suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 12, 2024
1 parent 0eefde3 commit 63fcb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitive/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ impl Primitive {
Sys(SysOp::ImEncode).format()
),
Sys(SysOp::HttpsWrite) => format!("use {} instead", Sys(SysOp::TlsConnect).format()),
Deal => format!("use {Select}{Rise}[{Pop}{Repeat}{Gen}]{Len}{Over} instead"),
Deal => format!("use {Select}{Rise}{By}{Rows}{Gap}{Rand} instead"),
_ => return None,
})
}
Expand Down

0 comments on commit 63fcb2b

Please sign in to comment.