Skip to content

Commit 4135f7f

Browse files
committed
fix dart doc error
1 parent 2db18e6 commit 4135f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/supabase/lib/src/sentry_supabase_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import 'sentry_supabase_error_client.dart';
3535
/// ```
3636
///
3737
/// You can also pass a custom [Client] to the constructor, just like you'd
38-
/// pass it to the [SupabaseClient] constructor.
38+
/// pass it to the SupabaseClient constructor.
3939
///
4040
/// ```dart
4141
/// var supabase = SupabaseClient(

0 commit comments

Comments
 (0)