Fixed typo (#4977)

pull/4973/head
James Douitsis 2023-06-13 10:16:38 -04:00 committed by GitHub
parent 3ef48be0c9
commit 70131cbee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Each line of line protocol contains the following elements:
or [booleans](/influxdb/v2.7/reference/syntax/line-protocol/#boolean).
- **timestamp**: [Unix timestamp](/influxdb/v2.7/reference/syntax/line-protocol/#unix-timestamp)
associated with the data. InfluxDB supports up to nanosecond precision.
_If the precision if the timestamp is not in nanoseconds, you must specify the
_If the precision of the timestamp is not in nanoseconds, you must specify the
precision when writing the data to InfluxDB._
#### Line protocol element parsing