Skip to content

Commit

Permalink
Correct trailing comma typos (#2089)
Browse files Browse the repository at this point in the history
I think that I'm in the correct location now.  

Are these commas typos?
  • Loading branch information
elil authored and hobu committed Jul 17, 2018
1 parent 973ceaf commit 5629809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/stages/filters.poisson.rst
Expand Up @@ -34,11 +34,11 @@ Example
"pipeline":[
"dense.las",
{
"type":"filters.poisson",
"type":"filters.poisson"
},
{
"type":"writers.ply",
"filename":"isosurface.ply",
"filename":"isosurface.ply"
}
]
}
Expand Down

0 comments on commit 5629809

Please sign in to comment.