fix typo
This commit is contained in:
parent
8ad6d67011
commit
e8becbb715
|
@ -1,5 +1,5 @@
|
||||||
//! This crate allows you to serialize and deserialize any type that implements
|
//! This crate allows you to serialize and deserialize any type that implements
|
||||||
//! `serde::Serialize` and `serde::Deserialzie` into/from `rlua::Value`.
|
//! `serde::Serialize` and `serde::Deserialize` into/from `rlua::Value`.
|
||||||
//!
|
//!
|
||||||
//! Implementation is similar to `serde_json::Value`
|
//! Implementation is similar to `serde_json::Value`
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in New Issue