Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Feb 7, 2023
1 parent 290e074 commit eda735f
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 @@ -229,7 +229,7 @@ impl Value {
/// See [`Value::equal`] for the equivalent of the `#==` method.
///
/// Ruby optimises this check if `self` and `other` are the same object
/// or some built-in types, then calling the `#==` method will be skipped.
/// for some built-in types, then calling the `#==` method will be skipped.
///
/// Returns `Err` if `#eql?` raises.
///
Expand Down

0 comments on commit eda735f

Please sign in to comment.