Skip to content

Commit cfc7017

Browse files
authored
Remove extraneous periods in test code
1 parent 27a05e3 commit cfc7017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ pub trait Capture {
834834
/// # type Channel = Channel;
835835
/// # type Time = KiloHertz;
836836
/// # type Duty = u16;
837-
/// #. fn disable(&mut self) { unimplemented!() }
838-
/// #. fn enable(&mut self) { unimplemented!() }
837+
/// # fn disable(&mut self) { unimplemented!() }
838+
/// # fn enable(&mut self) { unimplemented!() }
839839
/// # fn channel_disable(&mut self, _: Channel) { unimplemented!() }
840840
/// # fn channel_enable(&mut self, _: Channel) { unimplemented!() }
841841
/// # fn get_duty(&self, _: Channel) -> u16 { unimplemented!() }

0 commit comments

Comments
 (0)