Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba3d2e0

Browse files
author
Burak Yucesoy
committed
Fix a typo in README.markdown
1 parent 870d96f commit ba3d2e0

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)