Skip to content

Commit 82dfa31

Browse files
authored
fix incorrect docstring (#5136)
1 parent 9ef4258 commit 82dfa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/camera/camera.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func GetImageFromGetImages(ctx context.Context, sourceName *string, mimeType str
219219
// It takes a mimeType and a camera as args, and returns a slice of NamedImage and ResponseMetadata,
220220
// which is the same response signature as the Images method. We use the mimeType arg to specify
221221
// how to decode the image bytes returned from GetImage. Source name is empty string always.
222-
// It returns a slice of NamedImage of length 1 and ResponseMetadata, using the camera's name as the source name.
222+
// It returns a slice of NamedImage of length 1 and ResponseMetadata, with empty string as the source name.
223223
func GetImagesFromGetImage(
224224
ctx context.Context,
225225
mimeType string,

0 commit comments

Comments
 (0)