浏览代码

dense.rs: Fix minor typo

Johannes Hofmann 5 年前
父节点
当前提交
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,