Skip to content

Commit 7d84a0b

Browse files
authored
Fix formatting of date values in clause specification
Typos
1 parent 7cf9d51 commit 7d84a0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

standard/clause_specification_text.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ Domain example of a PolygonSeries:
17731773
]
17741774
},
17751775
"z": { "values": [2] },
1776-
"t": { "values": ["2008-01-01T04:00:00Z","2008-01-01T05:00:00Z","2008-01-01T06:00:00Z] }
1776+
"t": { "values": ["2008-01-01T04:00:00Z","2008-01-01T05:00:00Z","2008-01-01T06:00:00Z"] }
17771777
},
17781778
"referencing": [...]
17791779
}
@@ -1797,7 +1797,7 @@ Coverage example of a PolygonSeries:
17971797
]
17981798
},
17991799
"z": { "values": [2] },
1800-
"t": { "values": ["2008-01-01T04:00:00Z","2008-01-01T05:00:00Z","2008-01-01T05:00:00Z] }
1800+
"t": { "values": ["2008-01-01T04:00:00Z","2008-01-01T05:00:00Z","2008-01-01T05:00:00Z"] }
18011801
},
18021802
"referencing": [...]
18031803
},

0 commit comments

Comments
 (0)