Merge pull request #6 from fbenkstein/fix-typo

fix typo
This commit is contained in:
zrkn 2019-04-26 13:20:01 +03:00 committed by GitHub
commit 6e575127a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
//! 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`
//!