소스 검색

Fix a typo.

whitequark 7 년 전
부모
커밋
067fb2ddc9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/iface/ethernet.rs

+ 1 - 1
src/iface/ethernet.rs

@@ -145,7 +145,7 @@ impl<'a, 'b, 'c, DeviceT: Device + 'a> Interface<'a, 'b, 'c, DeviceT> {
     /// activity as well as certain boundary conditions such as buffer exhaustion.
     /// These errors are provided as an aid for troubleshooting, and are meant
     /// to be logged and ignored.
-
+    ///
     /// As a special case, `Err(Error::Unrecognized)` is returned in response to
     /// packets containing any unsupported protocol, option, or form, which is
     /// a very common occurrence and on a production system it should not even