Skip to content

Commit 13c09b8

Browse files
authored
chore: fix the problematic backtick in the comment (#4460)
Fix typo Signed-off-by: luchenhan <[email protected]>
1 parent affd869 commit 13c09b8

File tree

1 file changed

+1
-1
lines changed
  • linera-execution/src/test_utils

1 file changed

+1
-1
lines changed

linera-execution/src/test_utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ pub fn test_accounts_strategy() -> impl Strategy<Value = BTreeMap<AccountOwner,
293293
)
294294
}
295295

296-
/// Creates a vector of ['OracleResponse`]s for the supplied [`BlobId`]s.
296+
/// Creates a vector of [`OracleResponse`]s for the supplied [`BlobId`]s.
297297
pub fn blob_oracle_responses<'a>(blobs: impl Iterator<Item = &'a BlobId>) -> Vec<OracleResponse> {
298298
blobs
299299
.into_iter()

0 commit comments

Comments
 (0)