소스 검색

dense.rs: Fix minor typo

Johannes Hofmann 6 년 전
부모
커밋
055192e9c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/dense.rs

+ 1
- 1
src/dense.rs 파일 보기

173
 
173
 
174
 impl<'a> ExactSizeIterator for DenseNodeIter<'a> {}
174
 impl<'a> ExactSizeIterator for DenseNodeIter<'a> {}
175
 
175
 
176
-/// Optional metadata with non-geographic information about dense node
176
+/// Optional metadata with non-geographic information about a dense node
177
 #[derive(Clone, Debug)]
177
 #[derive(Clone, Debug)]
178
 pub struct DenseNodeInfo<'a> {
178
 pub struct DenseNodeInfo<'a> {
179
     block: &'a osmformat::PrimitiveBlock,
179
     block: &'a osmformat::PrimitiveBlock,