We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9209fd6 commit e4524cfCopy full SHA for e4524cf
src/main.rs
@@ -115,8 +115,8 @@ fn app() -> Result<()> {
115
cmds.add("?play ```\ncode```", playground::run);
116
cmds.add("?play code...", playground::help);
117
118
- cmds.add("?eval `code`", playground::eval);
119
cmds.add("?eval ```\ncode```", playground::eval);
+ cmds.add("?eval `code`", playground::eval);
120
cmds.add("?eval code...", playground::eval_help);
121
}
122
0 commit comments