Skip to content

Commit

Permalink
Merge pull request #37 from gjtorikian/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
matsadler authored Nov 30, 2022
2 parents 432eb83 + c6d4fbf commit fc4916b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ impl Value {
/// # let _cleanup = unsafe { magnus::embed::init() };
///
/// let value = RHash::new();
/// // safe as we neve give Ruby a chance to free the string.
/// // safe as we never give Ruby a chance to free the string.
/// let s = unsafe { value.classname() }.into_owned();
/// assert_eq!(s, "Hash");
/// ```
Expand Down

0 comments on commit fc4916b

Please sign in to comment.