Fix typo (#866)
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
This commit is contained in:
parent
19bfbf60fb
commit
3b6c3f9c0f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ fn type_error_message(arg_name: &str, type_name: &str) -> String {
|
|||
|
||||
fn non_null_error_message(arg_name: &str, type_name: &str) -> String {
|
||||
format!(
|
||||
"Argument \"{}\" has type \"{}\" and is not nullable, so it't can't have a default value",
|
||||
"Argument \"{}\" has type \"{}\" and is not nullable, so it can't have a default value",
|
||||
arg_name, type_name
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue