Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed May 13, 2022
1 parent b0a8d1f commit 8cd6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coil-base/src/main/java/coil/decode/ImageSource.kt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sealed class ImageSource : Closeable {
class AssetMetadata(val fileName: String) : ImageSource.Metadata()

/**
* Metadata containing the [uri] of `content` URI.
* Metadata containing the [uri] of a `content` URI.
*/
@ExperimentalCoilApi
class ContentMetadata(val uri: Uri) : ImageSource.Metadata()
Expand Down

0 comments on commit 8cd6e39

Please sign in to comment.