Skip to content

Commit 9d1fcfa

Browse files
committed
Add missing close quotation mark
1 parent 6d1f52f commit 9d1fcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Sources/GenerativeAIService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ struct GenerativeAIService {
213213
private func httpResponse(urlResponse: URLResponse) throws -> HTTPURLResponse {
214214
// The following condition should always be true: "Whenever you make HTTP URL load requests, any
215215
// response objects you get back from the URLSession, NSURLConnection, or NSURLDownload class
216-
// are instances of the HTTPURLResponse class.
216+
// are instances of the HTTPURLResponse class."
217217
guard let response = urlResponse as? HTTPURLResponse else {
218218
VertexLog.error(
219219
code: .generativeAIServiceNonHTTPResponse,

0 commit comments

Comments
 (0)