Skip to content

Commit fcd6bb6

Browse files
author
David Motsonashvili
committed
minor doc fix in ImagenImageFormat
1 parent 316e187 commit fcd6bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenImageFormat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private constructor(public val mimeType: String, public val compressionQuality:
3636
return ImagenImageFormat("image/jpeg", compressionQuality)
3737
}
3838

39-
/** An [ImagenFormat] representing a PNG image */
39+
/** An [ImagenImageFormat] representing a PNG image */
4040
public fun png(): ImagenImageFormat {
4141
return ImagenImageFormat("image/png", null)
4242
}

0 commit comments

Comments
 (0)