Skip to content

Commit 6a24d26

Browse files
author
Asser
committed
Fixed TODO typo in T02.02-Exercise
1 parent cfa6d41 commit 6a24d26

File tree

1 file changed

+1
-1
lines changed
  • Lesson02-GitHub-Repo-Search/T02.02-Exercise-AddMenu/app/src/main/java/com/example/android/datafrominternet

1 file changed

+1
-1
lines changed

Lesson02-GitHub-Repo-Search/T02.02-Exercise-AddMenu/app/src/main/java/com/example/android/datafrominternet/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected void onCreate(Bundle savedInstanceState) {
4040
}
4141

4242
// Do 2 - 7 in menu.xml ///////////////////////////////////////////////////////////////////////
43-
// TODO (2) Create a menu in xml called main.xml
43+
// TODO (2) Create a menu xml called 'main.xml' in the res->menu folder
4444
// TODO (3) Add one menu item to your menu
4545
// TODO (4) Give the menu item an id of @+id/action_search
4646
// TODO (5) Set the orderInCategory to 1

0 commit comments

Comments
 (0)