📝 Documentation updates

This commit is contained in:
François Autin
2023-03-24 18:11:37 +01:00
parent 228d58655a
commit 928628c305
2 changed files with 12 additions and 2 deletions

View File

@ -10,6 +10,7 @@ pub struct MachineError {
impl MachineError {
/// MachineError constructor
pub fn new(message: &str) -> MachineError {
MachineError {
message: message.to_string()