Fix spelling in documentation for juniper::Object (#960)
This commit is contained in:
parent
7597523720
commit
5fbd751de2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::{iter::FromIterator, mem};
|
||||||
use super::Value;
|
use super::Value;
|
||||||
use indexmap::map::{IndexMap, IntoIter};
|
use indexmap::map::{IndexMap, IntoIter};
|
||||||
|
|
||||||
/// A Object value
|
/// An Object value
|
||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
pub struct Object<S> {
|
pub struct Object<S> {
|
||||||
key_value_list: IndexMap<String, Value<S>>,
|
key_value_list: IndexMap<String, Value<S>>,
|
||||||
|
|
Loading…
Reference in a new issue