mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-09 17:19:45 -04:00
af6d0df06c
## Summary - Fix `Deerialize` → `Deserialize` in doc comments for `ser.rs` and `typespace.rs` (these are in developer-facing trait documentation) - Fix `thier` → `their`, `reinintializes` → `reinitializes`, `occurence` → `occurrence`, `secion` → `section` across 4 other crates ## Details Six typo fixes across 6 files, no logic changes: | File | Typo | Fix | |------|------|-----| | `crates/sats/src/ser.rs:280` | `Deerialize` | `Deserialize` | | `crates/sats/src/typespace.rs:303` | `Deerialize` | `Deserialize` | | `crates/table/src/table.rs:460` | `thier` | `their` | | `crates/schema/tests/ensure_same_schema.rs:21` | `reinintializes` | `reinitializes` | | `crates/lib/src/http.rs:131` | `occurence` | `occurrence` | | `crates/bindings/src/lib.rs:763` | `secion` | `section` | ## Test plan - [ ] No logic changes — comments and doc comments only - [ ] CI should pass without issues Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
⚠️ Internal Crate ⚠️
This crate is intended for internal use only. It is not stable and may change without notice.