Skip to content

Commit 81f3ef4

Browse files
committed
style: fix typo in TODO comment
- Correct spelling of 'Fix' in TODO comment - Improve code readability and maintainability
1 parent 371dcac commit 81f3ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/community_management/bloc/community_management_bloc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class CommunityManagementBloc
334334
(e) => e.id == event.engagementId,
335335
);
336336

337-
// TODO(fulleni) Fic the following BUG:
337+
// TODO(fulleni): Fix the following BUG
338338
// The original Engagement.copyWith method has a bug where
339339
// `comment: comment ?? this.comment` prevents setting the comment to null.
340340
// To work around this without modifying the core model, we must create a

0 commit comments

Comments
 (0)