Skip to content

Commit 1db0388

Browse files
senamakelmedullabot
andcommitted
fix(docs): correct stale source paths in code comments
Update two inline comments that referenced the old `adapters/remote` path to point to the current `crates/tinymemory-remote` location, ensuring the documentation accurately reflects the project's directory structure. Auto-committed-on: dragonfly Co-authored-by: Medulla <medulla@tinyhumans.ai>
1 parent 9e477a3 commit 1db0388

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/tinymemory-api/src/mandatory/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub const SCOPE_UNAPPLIED: &str =
7878
#[must_use]
7979
pub fn engine_error(error: anyhow::Error) -> MemoryError {
8080
// §A4: an adapter that already knows the failure's class attaches a typed
81-
// MemoryError as the anyhow payload (adapters/remote/src/common.rs does
81+
// MemoryError as the anyhow payload (crates/tinymemory-remote/src/common.rs does
8282
// for transport and HTTP-status failures). Recover it here instead of
8383
// flattening everything to Other — this one line is what makes
8484
// "unauthorized" distinguishable from "unreachable" across every

crates/tinymemory-core/src/store/factories.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ pub fn create_memory(
359359
/// Issue #18 §A3/§A5. Until this existed, `tinymemory-core`'s
360360
/// [`UnifiedMemory`] was the one storage
361361
/// implementation in the workspace with no route through the contract: the
362-
/// TinyCortex adapter binds the bundled engine, `adapters/remote` binds the
362+
/// TinyCortex adapter binds the bundled engine, `tinymemory-remote` binds the
363363
/// three hosted services, and core's own SQLite store was reachable only by
364364
/// naming its concrete type. A host could therefore not treat "the store
365365
/// tinymemory ships with" as a driver, which is the whole premise of the

0 commit comments

Comments
 (0)