File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The implementation of the `unwind` transition may be of particular interest to t
35
35
<summary ><b >Push</b ></summary >
36
36
37
37
``` swift
38
- struct B : View {
38
+ struct SomeView : View {
39
39
@EnvironmentObject var coordinator: NavigationCoordinator<Screen>
40
40
41
41
var body: some View {
@@ -51,7 +51,7 @@ struct B: View {
51
51
<summary ><b >Pop</b ></summary >
52
52
53
53
``` swift
54
- struct B : View {
54
+ struct SomeView : View {
55
55
@EnvironmentObject var coordinator: NavigationCoordinator<Screen>
56
56
57
57
var body: some View {
@@ -67,7 +67,7 @@ struct B: View {
67
67
<summary ><b >PopToRoot</b ></summary >
68
68
69
69
``` swift
70
- struct B : View {
70
+ struct SomeView : View {
71
71
@EnvironmentObject var coordinator: NavigationCoordinator<Screen>
72
72
73
73
var body: some View {
You can’t perform that action at this time.
0 commit comments