chore: typographic improvements (#6262)

This commit is contained in:
Alice Ryhl
2024-01-03 18:01:27 +00:00
committed by GitHub
parent 7c606ab44a
commit c7e7f203ee
5 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
//! intervals between items.
//!
//! # Usage
//! To use the `StreamMock`, you need to create a builder using[`StreamMockBuilder`]. The builder
//! To use the `StreamMock`, you need to create a builder using [`StreamMockBuilder`]. The builder
//! allows you to enqueue actions such as returning items or waiting for a certain duration.
//!
//! # Example