Przeglądaj źródła

dense.rs: Fix minor typo

Johannes Hofmann 5 lat temu
rodzic
commit
055192e9c4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/dense.rs

+ 1
- 1
src/dense.rs Wyświetl plik

@@ -173,7 +173,7 @@ impl<'a> Iterator for DenseNodeIter<'a> {
173 173
 
174 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 177
 #[derive(Clone, Debug)]
178 178
 pub struct DenseNodeInfo<'a> {
179 179
     block: &'a osmformat::PrimitiveBlock,