Skip to content

Commit

Permalink
Add missing close quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 5, 2024
1 parent 6d1f52f commit 9d1fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseVertexAI/Sources/GenerativeAIService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ struct GenerativeAIService {
private func httpResponse(urlResponse: URLResponse) throws -> HTTPURLResponse {
// The following condition should always be true: "Whenever you make HTTP URL load requests, any
// response objects you get back from the URLSession, NSURLConnection, or NSURLDownload class
// are instances of the HTTPURLResponse class.
// are instances of the HTTPURLResponse class."
guard let response = urlResponse as? HTTPURLResponse else {
VertexLog.error(
code: .generativeAIServiceNonHTTPResponse,
Expand Down

0 comments on commit 9d1fcfa

Please sign in to comment.