Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Dec 24, 2023
1 parent 7f13c7b commit 07db9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl Compactor {
/// let root = RArray::new();
/// gc::register_mark_object(root);
///
/// // won't be collected while it is in out `root` array
/// // won't be collected while it is in our `root` array
/// let s = RString::new("example");
/// root.push(s).unwrap();
/// ```
Expand Down

0 comments on commit 07db9c3

Please sign in to comment.