From c265f6bbf87c5a610202e078ea729c479ee2fc90 Mon Sep 17 00:00:00 2001 From: maksneprik <155268440+maksneprik@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:37:13 +0100 Subject: [PATCH] correction reentrant_collection_view.rs (#3398) linera-views/benches/reentrant_collection_view.rs completed - completely * correction* Signed-off-by: maksneprik <155268440+maksneprik@users.noreply.github.com> --- linera-views/benches/reentrant_collection_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linera-views/benches/reentrant_collection_view.rs b/linera-views/benches/reentrant_collection_view.rs index f09334c8a468..ddfd595a0629 100644 --- a/linera-views/benches/reentrant_collection_view.rs +++ b/linera-views/benches/reentrant_collection_view.rs @@ -194,7 +194,7 @@ async fn create_populated_reentrant_collection_view( view } -/// Creates a populated [`ReentrantCollectionView`] with its contents completed flushed to +/// Creates a populated [`ReentrantCollectionView`] with its contents completely flushed to /// the storage. async fn create_and_store_populated_reentrant_collection_view( ) -> ReentrantCollectionView, ComplexIndex, RegisterView, String>>