Skip to content

Commit f080048

Browse files
authored
Fix typo: ContactFeature → ContactsFeature in tutorial code (#3782)
1 parent 2d60d40 commit f080048

File tree

1 file changed

+1
-1
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Tutorials/MeetTheComposableArchitecture/02-Navigation/02-MultipleDestinations

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Tutorials/MeetTheComposableArchitecture/02-Navigation/02-MultipleDestinations/02-02-02-code-0003.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ extension ContactsFeature {
66
}
77
}
88

9-
extension ContactFeature.Destination.State: Equatable {}
9+
extension ContactsFeature.Destination.State: Equatable {}

0 commit comments

Comments
 (0)