Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDevApps committed Oct 14, 2024
1 parent 76366fa commit aa9d509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/mixins/to_json_supabase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ mixin _ToJsonSupabase on _Shared {
if (!methodIsValid) return;
}

/// Check that [method] is a valid `toJson` method, throws a
/// Check that [method] is a valid `toJsonSupabase` method, throws a
/// [DiagnosticException] if not.
Future<bool> _checkValidToJson(
MethodDeclaration method,
Expand Down
2 changes: 1 addition & 1 deletion lib/src/models/shared_introspection_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class _SharedIntrospectionData {
/// The resolved identifier for the [MapEntry] class.
final Identifier mapEntry;

/// A [Code] representation of the type [Object].
/// A [Code] representation of the type `dynamic`.
final NamedTypeAnnotationCode dynamicCode;

/// A [Code] representation of the type [String].
Expand Down

0 comments on commit aa9d509

Please sign in to comment.