We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7597523 commit 5fbd751Copy full SHA for 5fbd751
juniper/src/value/object.rs
@@ -3,7 +3,7 @@ use std::{iter::FromIterator, mem};
3
use super::Value;
4
use indexmap::map::{IndexMap, IntoIter};
5
6
-/// A Object value
+/// An Object value
7
#[derive(Debug, Clone, PartialEq)]
8
pub struct Object<S> {
9
key_value_list: IndexMap<String, Value<S>>,
0 commit comments