diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-07-13 20:30:44 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-13 20:30:44 +0900 |
commit | 76ef28186f5c470ef18c7a661f9c7a5d4dc696ea (patch) | |
tree | 988cc781f3aadd46425df5ba3080fbfa8ce0e854 /yjit/src/utils.rs | |
parent | e098468d7f91d2bfebf24597fb0f66bcbb78d9c3 (diff) |
[DOC] Removed redundant `the`
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8067
Merged-By: nobu <[email protected]>
Diffstat (limited to 'yjit/src/utils.rs')
-rw-r--r-- | yjit/src/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/src/utils.rs b/yjit/src/utils.rs index 396b330abf..3a8f0ef590 100644 --- a/yjit/src/utils.rs +++ b/yjit/src/utils.rs @@ -5,7 +5,7 @@ use crate::cruby::*; use std::slice; /// Trait for casting to [usize] that allows you to say `.as_usize()`. -/// Implementation conditional on the the cast preserving the numeric value on +/// Implementation conditional on the cast preserving the numeric value on /// all inputs and being inexpensive. /// /// [usize] is only guaranteed to be more than 16-bit wide, so we can't use |