Skip to content

Commit

Permalink
fix dartdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 15, 2024
1 parent 1771405 commit ecb3dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discoveryapis_commons/lib/src/api_requester.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class ApiRequester {
/// [body] and/or [uploadMedia] in the request.
///
/// If [uploadMedia] was specified [downloadOptions] must be
/// [client_requests.DownloadOptions.Metadata] or `null`.
/// [client_requests.DownloadOptions]`.Metadata` or `null`.
///
/// If [downloadOptions] is [client_requests.DownloadOptions.Metadata] the
/// If [downloadOptions] is [client_requests.DownloadOptions]`.Metadata` the
/// result will be decoded as JSON.
///
/// If [downloadOptions] is `null` the result will be a Future completing with
Expand Down

0 comments on commit ecb3dd5

Please sign in to comment.