Skip to content

Commit 90f076a

Browse files
Apply suggestions from code review
Co-authored-by: Davis Vaughan <[email protected]>
1 parent 0afbd38 commit 90f076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/harp/src/environment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub struct Binding {
103103
pub value: BindingValue,
104104
}
105105

106-
// For sending to mean thread as R task
106+
// For sending to main thread as R task
107107
unsafe impl Send for Binding {}
108108
unsafe impl Sync for Binding {}
109109

0 commit comments

Comments
 (0)