Skip to content

Commit 2de94f9

Browse files
committed
fixes
1 parent d8ff5d0 commit 2de94f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Display_Directory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# temp | dir | 0
1616
# test.html | file | 10
1717
#
18-
# you will be given an API getNodes("home") which will give you return you an array of dict
18+
# you will be given an API getNodes("home") which will return you an array of dict
1919
#
2020
# [{name: "src"}, {name: "temp"}, {name:"test.html", lines: 10}]
2121
# [{name: "A.JS", lines:4}]

0 commit comments

Comments
 (0)