Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Jul 26, 2023
1 parent 1ecf2d7 commit bc23157
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import '../../screen.dart';
import '../../theme.dart';
import 'description.dart';

/// The display provider for variables fetching via the VM service protocol.
/// The display provider for variables fetched via the VM service protocol.
class DisplayProvider extends StatelessWidget {
const DisplayProvider({
super.key,
Expand Down Expand Up @@ -177,7 +177,7 @@ class DisplayProvider extends StatelessWidget {
}
}

/// The display provider for variables fetching via the Debug Adapter Protocol.
/// The display provider for variables fetched via the Debug Adapter Protocol.
class DapDisplayProvider extends StatelessWidget {
const DapDisplayProvider({
super.key,
Expand Down

0 comments on commit bc23157

Please sign in to comment.