Skip to content

Commit 2469ed0

Browse files
committed
Fix a typo in a comment.
1 parent 4cbaac6 commit 2469ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/proc_macro/src/bridge/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ define_handles! {
191191
// FIXME(eddyb) generate these impls by pattern-matching on the
192192
// names of methods - also could use the presence of `fn drop`
193193
// to distinguish between 'owned and 'interned, above.
194-
// Alternatively, special 'modes" could be listed of types in with_api
194+
// Alternatively, special "modes" could be listed of types in with_api
195195
// instead of pattern matching on methods, here and in server decl.
196196

197197
impl Clone for TokenStream {

0 commit comments

Comments
 (0)