We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df2d4e commit 7d1a716Copy full SHA for 7d1a716
src/read.rs
@@ -99,7 +99,7 @@ impl<T> ReadHandle<T> {
99
}
100
101
102
- /// Create a [`ReadHandleFactory`] which is `Send` & `Sync` and can be shared across threads to create
+ /// Create a [`ReadHandleFactory`] which is `Send` & `Sync` and can be shared across threads to create
103
/// additional [`ReadHandle`] instances.
104
pub fn factory(&self) -> ReadHandleFactory<T> {
105
ReadHandleFactory {
0 commit comments