Skip to content

Commit e0e5860

Browse files
committed
Merge branch 'ryan/manageFeatures' of https://github.com/Esri/arcgis-maps-sdk-swift-samples into ryan/manageFeatures
2 parents 2ed74bf + 41425c6 commit e0e5860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shared/Samples/Manage features/ManageFeaturesView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ArcGIS
1616
import SwiftUI
1717

1818
struct ManageFeaturesView: View {
19-
/// The data used within the view that this model is associated with.
19+
/// The data for the view.
2020
@State private var data: Result<Data, Error>?
2121

2222
/// The result of the latest action.
@@ -167,7 +167,7 @@ struct ManageFeaturesView: View {
167167
/// Overlay with instructions for the user.
168168
@ViewBuilder var instructionsOverlay: some View {
169169
VStack(spacing: 8) {
170-
Text("Tap the map to create a new feature, or an existing feature for more options.")
170+
Text("Tap the map to create a new feature, or tap an existing feature for more options.")
171171
.multilineTextAlignment(.center)
172172
if !status.isEmpty {
173173
Text(status)

0 commit comments

Comments
 (0)