mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
[DOC] Fix typos
Inspired by 42ba82424d908c290a4a34ced8853f0a403b734b, I looked for other occurrences of "the the".
This commit is contained in:
parent
d11df4172e
commit
79b2685675
Notes:
git
2025-10-13 19:22:02 +00:00
2
error.c
2
error.c
@ -1686,7 +1686,7 @@ check_order_keyword(VALUE opt)
|
||||
* - If the value of keyword +order+ is +:top+ (the default),
|
||||
* lists the error message and the innermost backtrace entry first.
|
||||
* - If the value of keyword +order+ is +:bottom+,
|
||||
* lists the error message the the innermost entry last.
|
||||
* lists the error message the innermost entry last.
|
||||
*
|
||||
* Example:
|
||||
*
|
||||
|
||||
@ -132,7 +132,7 @@ struct rb_io {
|
||||
struct rb_execution_context_struct *closing_ec;
|
||||
VALUE wakeup_mutex;
|
||||
|
||||
// The fork generation of the the blocking operations list.
|
||||
// The fork generation of the blocking operations list.
|
||||
rb_serial_t fork_generation;
|
||||
};
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ pub use arg::*;
|
||||
pub use opnd::*;
|
||||
|
||||
/// The extend type for register operands in extended register instructions.
|
||||
/// It's the reuslt size is determined by the the destination register and
|
||||
/// It's the result size is determined by the destination register and
|
||||
/// the source size interpreted using the last letter.
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum ExtendType {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user