Skip to content

Commit

Permalink
doc: Fix typo in doscstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-bermonti committed Mar 3, 2024
1 parent 504310d commit edbd7ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'package:digit_span_tasks/src/digit_span_task/components/rest/rest_view.d
import 'package:digit_span_tasks/src/digit_span_task/components/stim/stim_view.dart';
import 'package:digit_span_tasks/src/digit_span_task/components/activity/task_step.dart';

/// Present the appropriate screen based on the curren step
/// Present the appropriate screen based on the current step
class ActivityView extends StatelessWidget {
final ActivityController mDigits = Get.find();
final DataManager data = Get.find();
Expand Down

0 comments on commit edbd7ae

Please sign in to comment.