@@ -299,9 +299,9 @@ public extension View {
299299 environment ( \. diffableTextField_onSetup, Trigger ( action) )
300300 }
301301
302- /// Prevents this view from invoking actions from above this view in the view hierarchy.
302+ /// Prevents this view from invoking actions from above it in the view hierarchy.
303303 ///
304- /// It is similar to SwiftUI.View/submitScope(\_: ).
304+ /// It is similar to SwiftUI.View/submitScope().
305305 ///
306306 @inlinable func onSetupScope( of view: DiffableTextFieldID ) -> some View {
307307 environment ( \. diffableTextField_onSetup, nil )
@@ -320,9 +320,9 @@ public extension View {
320320 environment ( \. diffableTextField_onUpdate, Trigger ( action) )
321321 }
322322
323- /// Prevents this view from invoking actions from above this view in the view hierarchy.
323+ /// Prevents this view from invoking actions from above it in the view hierarchy.
324324 ///
325- /// It is similar to SwiftUI.View/submitScope(\_: ).
325+ /// It is similar to SwiftUI.View/submitScope().
326326 ///
327327 @inlinable func onUpdateScope( of view: DiffableTextFieldID ) -> some View {
328328 environment ( \. diffableTextField_onUpdate, nil )
@@ -341,9 +341,9 @@ public extension View {
341341 environment ( \. diffableTextField_onSubmit, Trigger ( action) )
342342 }
343343
344- /// Prevents this view from invoking actions from above this view in the view hierarchy.
344+ /// Prevents this view from invoking actions from above it in the view hierarchy.
345345 ///
346- /// It is similar to SwiftUI.View/submitScope(\_: ).
346+ /// It is similar to SwiftUI.View/submitScope().
347347 ///
348348 @inlinable func onSubmitScope( of view: DiffableTextFieldID ) -> some View {
349349 environment ( \. diffableTextField_onSubmit, nil )
0 commit comments