Skip to content

Commit

Permalink
Update drive-rover.md (#3753)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Dec 12, 2024
1 parent 781cd27 commit e2cb006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-tos/drive-rover.md
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ main().catch((error) => {
{{% /tab %}}
{{% tab name="Flutter" %}}

<file>robot_screen.dart</file>:
<file>base_screen.dart</file>:

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

<file>base_screen.dart</file>:
<file>robot_screen.dart</file>:

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

0 comments on commit e2cb006

Please sign in to comment.