clintongormley / Elastic-Model

Use ElasticSearch as a NoSQL database in Perl
9 stars 8 forks source link

Doc nit-pick for Timestamp type #36

Closed timbunce closed 10 years ago

timbunce commented 10 years ago

The Elastic::Model::Types Timestamp docs say:

A Timestamp is a Num which holds floating epoch seconds, with milliseconds as decimal places.

The term 'floating' by itself and the phrase 'with milliseconds as decimal places' seem confusing to me. Assuming I understand the intent correctly I'd suggest something like:

A Timestamp is a Num which holds floating point epoch seconds, with milliseconds resolution.

clintongormley commented 10 years ago

ta