4947 spelling fixes (#5058)

* fix(all): spelling error unisgnedLong spelling in glossary. #4947

- Fixes #4947.

* fix(flux): spelling
pull/5063/head
Jason Stirnaman 2023-07-27 18:37:07 -05:00 committed by GitHub
parent c5a2e965c8
commit 19927d5d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

View File

@ -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"

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)