Skip to content

Commit 427bb72

Browse files
committed
doc tweak
1 parent fe4b9ae commit 427bb72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • wgpu-remote/src/transport

wgpu-remote/src/transport/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ use std::ops::Range;
101101
/// The sending side of a connection between wgpu client and server processes.
102102
///
103103
/// When a `Sender` is dropped, all shared memory handles created with it or
104-
/// received from the counterpart, are closed. This does not affect the
105-
/// counterpart's ability to use these handles, as they are closed separately.
104+
/// received from the counterpart are closed. This does not affect the
105+
/// counterpart's ability to use these handles, as the counterpart's handles are
106+
/// closed separately.
106107
///
107108
/// Note that, even after dropping a `Sender`:
108109
///

0 commit comments

Comments
 (0)