Skip to content

Commit 52fc466

Browse files
committed
Fixed to SDL translation
1 parent 6911cb2 commit 52fc466

File tree

2 files changed

+172
-163
lines changed

2 files changed

+172
-163
lines changed

juniper/src/schema/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ impl<S> SchemaType<S> {
440440
}
441441
}
442442

443-
/// A list of possible typeees for a given type.
443+
/// A list of possible types for a given type.
444444
pub fn possible_types(&self, t: &MetaType<S>) -> Vec<&MetaType<S>> {
445445
match *t {
446446
MetaType::Union(UnionMeta {

0 commit comments

Comments
 (0)