File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pub mod i2c {
5
5
pub trait Error : core:: fmt:: Debug {
6
6
/// Convert error to a generic I2C error kind
7
7
///
8
- /// By using this method I2C errors freely defined by HAL implementations
8
+ /// By using this method, I2C errors freely defined by HAL implementations
9
9
/// can be converted to a set of generic I2C errors upon which generic
10
10
/// code can act.
11
11
fn kind ( & self ) -> ErrorKind ;
@@ -65,7 +65,7 @@ pub mod spi {
65
65
pub trait Error : core:: fmt:: Debug {
66
66
/// Convert error to a generic SPI error kind
67
67
///
68
- /// By using this method SPI errors freely defined by HAL implementations
68
+ /// By using this method, SPI errors freely defined by HAL implementations
69
69
/// can be converted to a set of generic SPI errors upon which generic
70
70
/// code can act.
71
71
fn kind ( & self ) -> ErrorKind ;
@@ -127,7 +127,7 @@ pub mod serial {
127
127
pub trait Error : core:: fmt:: Debug {
128
128
/// Convert error to a generic serial error kind
129
129
///
130
- /// By using this method serial errors freely defined by HAL implementations
130
+ /// By using this method, serial errors freely defined by HAL implementations
131
131
/// can be converted to a set of generic serial errors upon which generic
132
132
/// code can act.
133
133
fn kind ( & self ) -> ErrorKind ;
You can’t perform that action at this time.
0 commit comments