Skip to content

Commit 540a967

Browse files
committed
Adjust the comment
1 parent 4bc94f0 commit 540a967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/generic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl<U, REG> Reg<U, REG>
3636
where
3737
U: Copy,
3838
{
39-
/// Gets a memory address of a register.
39+
/// Returns the underlying memory address of register.
4040
///
4141
/// ```ignore
4242
/// let reg_ptr = periph.reg.as_ptr();

0 commit comments

Comments
 (0)