Skip to content

Commit 8eb352e

Browse files
committed
comment change
1 parent 1ecfb5e commit 8eb352e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ linting:
128128
links_title: true
129129
# Ensure that links in catalogs and collections include self link
130130
links_self: true
131-
# Check if geometry coordinates are in the correct order (longitude, latitude)
131+
# check if geometry coordinates are potentially ordered incorrectly (longitude, latitude)
132132
geometry_coordinates_order: true
133133

134134
settings:

stac_check/stac-check.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ linting:
2525
links_title: true
2626
# best practices - ensure that links in catalogs and collections include self link
2727
links_self: true
28-
# check if geometry coordinates are in the correct order (longitude, latitude)
28+
# check if geometry coordinates are potentially ordered incorrectly (longitude, latitude)
2929
geometry_coordinates_order: true
3030

3131
settings:

tests/test.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ linting:
2525
links_title: true
2626
# best practices - ensure that links in catalogs and collections include self link
2727
links_self: true
28-
# check if geometry coordinates are in the correct order (longitude, latitude)
28+
# check if geometry coordinates are potentially ordered incorrectly (longitude, latitude)
2929
geometry_coordinates_order: true
3030

3131
settings:

0 commit comments

Comments
 (0)