diff --git a/nora-registry/src/repo_index.rs b/nora-registry/src/repo_index.rs index 993429b..d269f41 100644 --- a/nora-registry/src/repo_index.rs +++ b/nora-registry/src/repo_index.rs @@ -3,7 +3,7 @@ //! In-memory repository index with lazy rebuild on invalidation. //! -//! Design (designed for efficiency): +//! Design: //! - Rebuild happens ONLY on write operations, not TTL //! - Double-checked locking prevents duplicate rebuilds //! - Arc for zero-cost reads