Skip to content

Commit 7c1182b

Browse files
author
Burak Yücesoy
authored
Merge pull request citusdata#42 from citusdata/fix-typo
Fix a typo in README.markdown
2 parents 928a7c3 + ba3d2e0 commit 7c1182b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This Postgres module introduces a new data type `hll` which is a [HyperLogLog](h
77

88
In addition to the algorithm proposed in the [original paper](http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf), this implementation is augmented to improve its accuracy and memory use without sacrificing much speed. See below for more details.
99

10-
This `postgresql-hll` extension was originally developed by the Science team Aggregate Knowledge, now a [Neustar](https://research.neustar.biz) company. Please see the [acknowledgements](#acknowledgements) section below for details about its contributors.
10+
This `postgresql-hll` extension was originally developed by the Science team from Aggregate Knowledge, now a part of [Neustar](https://research.neustar.biz). Please see the [acknowledgements](#acknowledgements) section below for details about its contributors.
1111

1212
Algorithms
1313
----------

0 commit comments

Comments
 (0)