Skip to content

Commit 8556318

Browse files
authored
Fix a typo
1 parent d96c371 commit 8556318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use std::ptr::NonNull;
2222
// | T (data) |
2323
// +-----------+
2424
//
25-
// Types not tracked by the cycle collector:
25+
// Types tracked by the cycle collector:
2626
//
2727
// CcBoxWithHeader<T>
2828
// +----------------------+

0 commit comments

Comments
 (0)