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:
evan-schott 2024-01-18 14:44:04 -08:00
parent 4894cf75f3
commit 366b8df5b9

View File

@ -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,
}
);