Skip to content

Commit

Permalink
[Issue Splitties#512] Fixed kdoc typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceNobiteElf committed Dec 8, 2022
1 parent 36c62ae commit 6853b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/dependencies/src/main/kotlin/dependencies/BumpTech.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object BumpTech : IsNotADependency {
/** An integration library to support AVIF images in Glide. */
val avif = module("avif-integration")

/** Glide's anntation processor. */
/** Glide's annotation processor. */
val compiler = module("compiler")

/** An integration library to integrate with Jetpack Compose. */
Expand All @@ -35,7 +35,7 @@ object BumpTech : IsNotADependency {
/** An integration library to use Cronet to fetch data over HTTP/HTTPS in Glide. */
val cronet = module("cronet-integration")

/** A cache that uses a bounded amount of space on a filesystem. Based on Jake Wharton's tailored for Glide. */
/** A cache that uses a bounded amount of space on a filesystem. Based on Jake Wharton's, tailored for Glide. */
val diskLruCache = module("disklrucache")

/** An integration library allowing users to re-encode or create animated GIFs. */
Expand Down

0 comments on commit 6853b7e

Please sign in to comment.