trailing whitespace

This commit is contained in:
Paul Masurel
2017-05-25 17:44:08 +09:00
parent 66e14ac1b1
commit 511bd25a31

View File

@@ -1,5 +1,5 @@
/*!
The term dictionary is one of the key datastructure of
The term dictionary is one of the key datastructure of
tantivy. It associates sorted `terms` to their respective
posting list.
@@ -48,7 +48,7 @@ via deserializing the value at this address.
## Stream implementation : `streamdict`
The `fstdict` is a tiny bit slow when streaming all of
The `fstdict` is a tiny bit slow when streaming all of
the terms.
For some use case (analytics engine), it is preferrable
to use the `streamdict`, that offers better streaming