We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6bcd8 commit 05e2029Copy full SHA for 05e2029
README.md
@@ -10,7 +10,7 @@ A light weight library which uses annotation processing to generate codes that l
10
* Read from `Preference` and `SharedPreferences` using just annotations `@Read...`)
11
* Listen to value changes in real-time
12
13
-No one like writing lot of codes just to achieve a simple task. I mean, who does this:
+No one like writing lot of codes just to do a simple task. I mean, who does this:
14
15
```kotlin
16
val sp: SharedPreference = getSharedPreferences("coconut_head", Context.MODE_PRIVATE)
0 commit comments