Skip to content

Commit dd516a7

Browse files
authored
Merge pull request #1649 from NOBLES5E/patch-1
fix typo
2 parents c4ebde1 + f89a554 commit dd516a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose_compiler_config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file contains classes (with possible wildcards) that the Compose Compiler will treat as stable.
2-
// It allows us to define classes that our not part of our codebase without wrapping them in a stable class.
2+
// It allows us to define classes that are not part of our codebase without wrapping them in a stable class.
33
// For more information, check https://developer.android.com/jetpack/compose/performance/stability/fix#configuration-file
44

55
// We always use immutable classes for our data model, to avoid running the Compose compiler

0 commit comments

Comments
 (0)