Change wording of default repl_request handler
This commit is contained in:
parent
14c08bbcdb
commit
81323cafd4
@ -13,7 +13,7 @@ pub trait ProgrammingLanguageInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn repl_request(&self, repl_request: String) -> String {
|
fn repl_request(&self, repl_request: String) -> String {
|
||||||
format!(">> No custom interpreter directives or help info specified <<")
|
format!("<<No custom interpreter directives or help info specified>>")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user