Improve various code and docs spelling/grammar

This commit is contained in:
Keavon Chambers
2021-07-23 17:25:05 -07:00
parent 70d1f77096
commit 9daffb3dad
7 changed files with 42 additions and 34 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
//! **Rust WebAssembly wrapper**: `/client/web/wasm/`
//! **Rust WebAssembly wrapper**: `/client/web/wasm/`
//!
//! Wraps the Editor Core Library and provides an API for the web app to use unburdened by Rust's complex data types that are not supported by WASM
pub mod document;