Skip to content

Commit 3737664

Browse files
Merge pull request amitshekhariitbhu#81 from dcampogiani/patch-1
Fix Deprecated typo
2 parents 11c52b8 + 4358e1a commit 3737664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
892892
893893
* When would you use java thread instead of an asynctask?
894894
895-
* What is a `Loader`? (Depricated) [Developer Android](https://developer.android.com/guide/components/loaders)
895+
* What is a `Loader`? (Deprecated) [Developer Android](https://developer.android.com/guide/components/loaders)
896896
897897
* What is the relationship between the life cycle of an `AsyncTask` and an `Activity`? What problems can this result in? How can these problems be avoided?
898898

0 commit comments

Comments
 (0)