Skip to content

Commit 448610d

Browse files
Apply suggestions from code review
Co-authored-by: dkhalanskyjb <[email protected]>
1 parent 1af0cf5 commit 448610d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ suspend fun main() = coroutineScope {
5757
* [ui](ui/README.md) &mdash; modules that provide coroutine dispatchers for various single-threaded UI libraries:
5858
* Android, JavaFX, and Swing.
5959
* [integration](integration/README.md) &mdash; modules that provide integration with various asynchronous callback- and future-based libraries:
60-
Guava [ListenableFuture.await], and Google Play Services [Task.await];
60+
* Guava [ListenableFuture.await], and Google Play Services [Task.await];
6161
* SLF4J MDC integration via [MDCContext].
6262

6363
## Documentation

buildSrc/src/main/kotlin/animalsniffer-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configure(subprojects) {
1919
}
2020

2121
if (project.name == coreModule) {
22-
// Precise files so nothing from core is accidentally skipepd
22+
// Specific files so nothing from core is accidentally skipped
2323
tasks.withType<AnimalSniffer>().configureEach {
2424
exclude("**/future/FutureKt*")
2525
exclude("**/future/ContinuationConsumer*")

0 commit comments

Comments
 (0)