aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/utils.rs
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-13 20:30:44 +0900
committerGitHub <noreply@github.com>2023-07-13 20:30:44 +0900
commit76ef28186f5c470ef18c7a661f9c7a5d4dc696ea (patch)
tree988cc781f3aadd46425df5ba3080fbfa8ce0e854 /yjit/src/utils.rs
parente098468d7f91d2bfebf24597fb0f66bcbb78d9c3 (diff)
downloadruby-76ef28186f5c470ef18c7a661f9c7a5d4dc696ea.tar.gz
[DOC] Removed redundant `the`
Diffstat (limited to 'yjit/src/utils.rs')
-rw-r--r--yjit/src/utils.rs2
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