Skip to content

Commit 17449eb

Browse files
committed
Missing period
1 parent 0d82197 commit 17449eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub trait RegId: Sized + Debug {
3333
///
3434
/// If the register size is specified here, gdbstub will include a runtime
3535
/// check that ensures target implementations do not send back more
36-
/// bytes than the register allows
36+
/// bytes than the register allows.
3737
///
3838
/// Returns `None` if the register is not available.
3939
fn from_raw_id(id: usize) -> Option<(Self, Option<NonZeroUsize>)>;

0 commit comments

Comments
 (0)