Skip to content

Commit bc32b93

Browse files
authored
Merge pull request #3 from asinghvi17/patch-1
2 parents 70195fd + 47e49fa commit bc32b93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ julia> linesegments!(Axis(f[1,2]), voronoi_edge_points(tri), color=:red)
3333

3434
## Qhull Comparison
3535

36-
Quickhull.jl is competetive with [Qhull](http://www.qhull.org/)'s performance even
37-
when exact arithmetic is used, although although it has fewer features.
36+
Quickhull.jl is competitive with [Qhull](http://www.qhull.org/)'s performance even
37+
when exact arithmetic is used, although it has fewer features.
3838

3939
<p align="center"><img src="img/benchmark.png" width="80%"></p>
4040

@@ -52,7 +52,7 @@ quickhull(pts, Quickhull.Options(kernel = Quickhull.HyperplaneKernelInexact))
5252

5353
It should be noted that if an inexact kernel is used – particularly
5454
on inputs with coplanar or nearly coplanar points – the topology of the
55-
hull can be become corrupted and an error will probably occur.
55+
hull can become corrupted, and an error will probably occur.
5656

5757
## Related Packages
5858
- [QHull.jl](https://github.com/JuliaPolyhedra/QHull.jl), [DirectQHull.jl](https://github.com/JuhaHeiskala/DirectQhull.jl/) – wrappers for [Qhull](http://www.qhull.org/)

0 commit comments

Comments
 (0)