Skip to content

Commit 73396b5

Browse files
committed
fixed comment
1 parent 9a43841 commit 73396b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concurrency/src/threads/gen_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ where
9898
GenServerHandle::new(initial_state)
9999
}
100100

101-
/// We copy the same interface than threads, but all threads can work
101+
/// We copy the same interface as tasks, but all threads can work
102102
/// while blocking by default
103103
fn start_blocking(initial_state: Self::State) -> GenServerHandle<Self> {
104104
GenServerHandle::new(initial_state)

0 commit comments

Comments
 (0)