Fix jump table comment grammar (#1259)
This commit is contained in:
@@ -10,7 +10,7 @@ use core::slice::{Iter, IterMut};
|
|||||||
|
|
||||||
/// Contents of a jump table.
|
/// Contents of a jump table.
|
||||||
///
|
///
|
||||||
/// All jump tables use 0-based indexing and densely populated.
|
/// All jump tables use 0-based indexing and are densely populated.
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct JumpTableData {
|
pub struct JumpTableData {
|
||||||
// Table entries.
|
// Table entries.
|
||||||
|
|||||||
Reference in New Issue
Block a user