1 parent fe4b9ae commit 427bb72Copy full SHA for 427bb72
1 file changed
wgpu-remote/src/transport/mod.rs
@@ -101,8 +101,9 @@ use std::ops::Range;
101
/// The sending side of a connection between wgpu client and server processes.
102
///
103
/// 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.
+/// received from the counterpart are closed. This does not affect the
+/// counterpart's ability to use these handles, as the counterpart's handles are
106
+/// closed separately.
107
108
/// Note that, even after dropping a `Sender`:
109
0 commit comments