Skip to content

Commit 5fbd751

Browse files
committed
Fix spelling in documentation for juniper::Object (#960)
1 parent 7597523 commit 5fbd751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/src/value/object.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::{iter::FromIterator, mem};
33
use super::Value;
44
use indexmap::map::{IndexMap, IntoIter};
55

6-
/// A Object value
6+
/// An Object value
77
#[derive(Debug, Clone, PartialEq)]
88
pub struct Object<S> {
99
key_value_list: IndexMap<String, Value<S>>,

0 commit comments

Comments
 (0)