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 @@
//! Graphite Renderer Core Library: `/core/renderer/`
//! Graphite Renderer Core Library: `/core/renderer/`
//!
//! A stateless library (with the help of in-memory and/or on-disk caches for performance) for rendering Graphite's render graph (GRD) files.
//! The official Graphite CLI and Document Core Library are the primary users,
//! but this library is intended to be useful to any application that wants to link the library for the purpose of rendering Graphite's render graphs.