Skip to content

Commit fd7138b

Browse files
committed
fix acrolinx score
1 parent f63e8e6 commit fd7138b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/sql/sql-query-datetimebin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ For more information on the ISO 8601 format, see [ISO_8601](https://en.wikipedia
5656
| Nanosecond | "nanosecond", "ns" |
5757

5858
*BinSize* (optional)
59-
Numeric value which specifies the size of bins. If not specified, the default value is one.
59+
Numeric value that specifies the size of bins. If not specified, the default value is one.
6060

6161

6262
*BinAtDateTime* (optional)
63-
A UTC date and time ISO 8601 string value in the format `YYYY-MM-DDThh:mm:ss.fffffffZ` which specifies the start date to bin from. Default value is the Unix epoch, ‘1970-01-01T00:00:00.000000Z’.
63+
A UTC date and time ISO 8601 string value in the format `YYYY-MM-DDThh:mm:ss.fffffffZ` that specifies the start date to bin from. Default value is the Unix epoch, ‘1970-01-01T00:00:00.000000Z’.
6464

6565

6666
## Return types
@@ -73,7 +73,7 @@ Returns the result of binning the *DateTime* value.
7373
DateTimeBin will return `Undefined` for the following reasons:
7474
- The DateTimePart value specified is invalid
7575
- The BinSize value is zero or negative
76-
- The DateTime or BinAtDateTime is not a valid ISO 8601 DateTime or precedes the year 1601 (the Windows epoch)
76+
- The DateTime or BinAtDateTime isn't a valid ISO 8601 DateTime or precedes the year 1601 (the Windows epoch)
7777

7878

7979
## Examples

0 commit comments

Comments
 (0)