mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
Update errors/src/errors/parser/parser_errors.rs
Co-authored-by: d0cd <23022326+d0cd@users.noreply.github.com> Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
This commit is contained in:
parent
4894cf75f3
commit
366b8df5b9
@ -339,7 +339,7 @@ create_messages!(
|
||||
@formatted
|
||||
cannot_define_external_record {
|
||||
args: (),
|
||||
msg: format!("Cannot create an external record. Records can only be created from scratch in the program that they are defined in."),
|
||||
msg: format!("Cannot create an external record. Records can only be created in the program that they are defined in."),
|
||||
help: None,
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user