Skip to content

Commit c4d4034

Browse files
author
David Motsonashvili
committed
remove extra square brackets
1 parent b172b22 commit c4d4034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/ImagenReferenceImage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ internal constructor(
7878
* @param image the image provided, required if [enableComputation] is false
7979
* @param type the type of control reference image
8080
* @param referenceId the reference ID for this image, to be referenced in the prompt
81-
* @param [enableComputation] requests that the reference image be generated serverside instead of
81+
* @param enableComputation requests that the reference image be generated serverside instead of
8282
* provided
8383
* @param superpixelRegionSize if type is COLOR_SUPERPIXEL and [enableComputation] is true, this
8484
* will control the size of each superpixel region in pixels for the generated referenced image

0 commit comments

Comments
 (0)