4947 spelling fixes (#5058)
* fix(all): spelling error unisgnedLong spelling in glossary. #4947 - Fixes #4947. * fix(flux): spellingpull/5063/head
parent
c5a2e965c8
commit
19927d5d28
|
@ -69,12 +69,12 @@ header row and all subsequent rows as data.
|
|||
|
||||
## Examples
|
||||
|
||||
- [Query anotated CSV data from file](#query-anotated-csv-data-from-file)
|
||||
- [Query annotated CSV data from file](#query-annotated-csv-data-from-file)
|
||||
- [Query raw data from CSV file](#query-raw-data-from-csv-file)
|
||||
- [Query an annotated CSV string](#query-an-annotated-csv-string)
|
||||
- [Query a raw CSV string](#query-a-raw-csv-string)
|
||||
|
||||
### Query anotated CSV data from file
|
||||
### Query annotated CSV data from file
|
||||
|
||||
```js
|
||||
import "csv"
|
||||
|
|
|
@ -1181,7 +1181,7 @@ Related entries: [timestamp](#timestamp), [RFC3339 timestamp](#rfc3339-timestamp
|
|||
A whole number that is positive or zero (`0`, `143`). Also known as a "uinteger."
|
||||
InfluxDB supports 64-bit unsigned integers (minimum: `0`, maximum: `18446744073709551615`).
|
||||
In [annotated CSV](/influxdb/v2.0/reference/syntax/annotated-csv/), columns that contain
|
||||
integers are annotated with the `unisgnedLong` datatype.
|
||||
integers are annotated with the `unsignedLong` datatype.
|
||||
|
||||
Related entries: [integer](#integer)
|
||||
|
||||
|
|
|
@ -1185,7 +1185,7 @@ Related entries: [timestamp](#timestamp), [RFC3339 timestamp](#rfc3339-timestamp
|
|||
A whole number that is positive or zero (`0`, `143`). Also known as a "uinteger."
|
||||
InfluxDB supports 64-bit unsigned integers (minimum: `0`, maximum: `18446744073709551615`).
|
||||
In [annotated CSV](/influxdb/v2.1/reference/syntax/annotated-csv/), columns that contain
|
||||
integers are annotated with the `unisgnedLong` datatype.
|
||||
integers are annotated with the `unsignedLong` datatype.
|
||||
|
||||
Related entries: [integer](#integer)
|
||||
|
||||
|
|
|
@ -1199,7 +1199,7 @@ Related entries: [timestamp](#timestamp), [RFC3339 timestamp](#rfc3339-timestamp
|
|||
A whole number that is positive or zero (`0`, `143`). Also known as a "uinteger."
|
||||
InfluxDB supports 64-bit unsigned integers (minimum: `0`, maximum: `18446744073709551615`).
|
||||
In [annotated CSV](/influxdb/v2.2/reference/syntax/annotated-csv/), columns that contain
|
||||
integers are annotated with the `unisgnedLong` datatype.
|
||||
integers are annotated with the `unsignedLong` datatype.
|
||||
|
||||
Related entries: [integer](#integer)
|
||||
|
||||
|
|
|
@ -1207,7 +1207,7 @@ Related entries: [timestamp](#timestamp), [RFC3339 timestamp](#rfc3339-timestamp
|
|||
A whole number that is positive or zero (`0`, `143`). Also known as a "uinteger."
|
||||
InfluxDB supports 64-bit unsigned integers (minimum: `0`, maximum: `18446744073709551615`).
|
||||
In [annotated CSV](/influxdb/v2.3/reference/syntax/annotated-csv/), columns that contain
|
||||
integers are annotated with the `unisgnedLong` datatype.
|
||||
integers are annotated with the `unsignedLong` datatype.
|
||||
|
||||
Related entries: [integer](#integer)
|
||||
|
||||
|
|
|
@ -1223,7 +1223,7 @@ Related entries: [timestamp](#timestamp), [RFC3339 timestamp](#rfc3339-timestamp
|
|||
A whole number that is positive or zero (`0`, `143`). Also known as a "uinteger."
|
||||
InfluxDB supports 64-bit unsigned integers (minimum: `0`, maximum: `18446744073709551615`).
|
||||
In [annotated CSV](/influxdb/v2.4/reference/syntax/annotated-csv/), columns that contain
|
||||
integers are annotated with the `unisgnedLong` datatype.
|
||||
integers are annotated with the `unsignedLong` datatype.
|
||||
|
||||
Related entries: [integer](#integer)
|
||||
|
||||
|
|
|
@ -1221,7 +1221,7 @@ Related entries: [timestamp](#timestamp), [RFC3339 timestamp](#rfc3339-timestamp
|
|||
A whole number that is positive or zero (`0`, `143`). Also known as a "uinteger."
|
||||
InfluxDB supports 64-bit unsigned integers (minimum: `0`, maximum: `18446744073709551615`).
|
||||
In [annotated CSV](/influxdb/v2.5/reference/syntax/annotated-csv/), columns that contain
|
||||
integers are annotated with the `unisgnedLong` datatype.
|
||||
integers are annotated with the `unsignedLong` datatype.
|
||||
|
||||
Related entries: [integer](#integer)
|
||||
|
||||
|
|
|
@ -1231,7 +1231,7 @@ Related entries: [timestamp](#timestamp), [RFC3339 timestamp](#rfc3339-timestamp
|
|||
A whole number that is positive or zero (`0`, `143`). Also known as a "uinteger."
|
||||
InfluxDB supports 64-bit unsigned integers (minimum: `0`, maximum: `18446744073709551615`).
|
||||
In [annotated CSV](/influxdb/v2.6/reference/syntax/annotated-csv/), columns that contain
|
||||
integers are annotated with the `unisgnedLong` datatype.
|
||||
integers are annotated with the `unsignedLong` datatype.
|
||||
|
||||
Related entries: [integer](#integer)
|
||||
|
||||
|
|
|
@ -1241,7 +1241,7 @@ Related entries: [timestamp](#timestamp), [RFC3339 timestamp](#rfc3339-timestamp
|
|||
A whole number that is positive or zero (`0`, `143`). Also known as a "uinteger."
|
||||
InfluxDB supports 64-bit unsigned integers (minimum: `0`, maximum: `18446744073709551615`).
|
||||
In [annotated CSV](/influxdb/v2.7/reference/syntax/annotated-csv/), columns that contain
|
||||
integers are annotated with the `unisgnedLong` datatype.
|
||||
integers are annotated with the `unsignedLong` datatype.
|
||||
|
||||
Related entries: [integer](#integer)
|
||||
|
||||
|
|
Loading…
Reference in New Issue