Skip to content

Commit 8da2470

Browse files
CalebRasyo1995
andauthored
Update Shared/Samples/Browse OGC API feature service/BrowseOGCAPIFeatureServiceView.swift
Co-authored-by: Ting <[email protected]>
1 parent 594f76b commit 8da2470

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Shared/Samples/Browse OGC API feature service/BrowseOGCAPIFeatureServiceView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ struct BrowseOGCAPIFeatureServiceView: View {
6464
}
6565
}
6666
.alert("Load OGC API feature service", isPresented: $textFieldAlertIsPresented) {
67-
// Text
68-
field has a default OGC API URL.
67+
// Text field has a default OGC API URL.
6968
TextField("URL", text: $userInput)
7069
.keyboardType(.URL)
7170
.textContentType(.URL)

0 commit comments

Comments
 (0)