Fix jump table comment grammar (#1259)

This commit is contained in:
data-pup
2019-11-27 18:41:37 -05:00
committed by Pat Hickey
parent b9296b792d
commit dbdeb788f0

View File

@@ -10,7 +10,7 @@ use core::slice::{Iter, IterMut};
/// 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)]
pub struct JumpTableData {
// Table entries.