Skip to content

Commit

Permalink
Fix documentation issue. (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Sep 30, 2022
1 parent 0cdcb59 commit 00571d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/image_loaders.md
Expand Up @@ -22,7 +22,7 @@ val imageLoader = ImageLoader.Builder(context)
.build()
}
.diskCache {
DiskCache.Builder(context)
DiskCache.Builder()
.directory(context.cacheDir.resolve("image_cache"))
.maxSizePercent(0.02)
.build()
Expand Down

0 comments on commit 00571d4

Please sign in to comment.