Improve various code and docs spelling/grammar

This commit is contained in:
Keavon Chambers
2021-07-23 17:25:05 -07:00
parent 5e8ace928c
commit f00601e5a7
7 changed files with 42 additions and 34 deletions

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;