Skip to content

Commit e2cb006

Browse files
authored
Update drive-rover.md (#3753)
1 parent 781cd27 commit e2cb006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-tos/drive-rover.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ main().catch((error) => {
10411041
{{% /tab %}}
10421042
{{% tab name="Flutter" %}}
10431043

1044-
<file>robot_screen.dart</file>:
1044+
<file>base_screen.dart</file>:
10451045

10461046
```dart {class="line-numbers linkable-line-numbers"}
10471047
/// This is the BaseScreen, which allows us to control a Base.
@@ -1078,7 +1078,7 @@ class BaseScreen extends StatelessWidget {
10781078
,);}}
10791079
```
10801080

1081-
<file>base_screen.dart</file>:
1081+
<file>robot_screen.dart</file>:
10821082

10831083
```dart {class="line-numbers linkable-line-numbers"}
10841084
/// This is the screen that shows the resources available on a robot (or smart machine).

0 commit comments

Comments
 (0)