Skip to content

Commit 3b6c3f9

Browse files
king6congLegNeato
andauthored
Fix typo (#866)
Co-authored-by: Christian Legnitto <[email protected]>
1 parent 19bfbf6 commit 3b6c3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/src/validation/rules/default_values_of_correct_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn type_error_message(arg_name: &str, type_name: &str) -> String {
5555

5656
fn non_null_error_message(arg_name: &str, type_name: &str) -> String {
5757
format!(
58-
"Argument \"{}\" has type \"{}\" and is not nullable, so it't can't have a default value",
58+
"Argument \"{}\" has type \"{}\" and is not nullable, so it can't have a default value",
5959
arg_name, type_name
6060
)
6161
}

0 commit comments

Comments
 (0)