fix: fixes #4683 typo (#4804)

* fix: fixes #4683 typo

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/4816/head
Jason Stirnaman 2023-03-15 13:14:58 -05:00 committed by GitHub
parent 8129c5b4c5
commit 9e51701cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ Each line of line protocol contains the following elements:
or [booleans](/influxdb/cloud-iox/reference/syntax/line-protocol/#boolean).
- **timestamp**: [Unix timestamp](/influxdb/cloud-iox/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

View File

@ -57,7 +57,7 @@ Each line of line protocol contains the following elements:
or [booleans](/influxdb/v2.4/reference/syntax/line-protocol/#boolean).
- **timestamp**: [Unix timestamp](/influxdb/v2.4/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

View File

@ -57,7 +57,7 @@ Each line of line protocol contains the following elements:
or [booleans](/influxdb/v2.5/reference/syntax/line-protocol/#boolean).
- **timestamp**: [Unix timestamp](/influxdb/v2.5/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

View File

@ -57,7 +57,7 @@ Each line of line protocol contains the following elements:
or [booleans](/influxdb/v2.6/reference/syntax/line-protocol/#boolean).
- **timestamp**: [Unix timestamp](/influxdb/v2.6/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