Skip to content

Commit f473f59

Browse files
committed
fixed typo
1 parent c8e53bc commit f473f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

more-on-functions/studio/part-three-number-sorting-easy-way.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ let nums3 = [200, 5, 4, 10, 8, 5, -3.3, 4.4, 0];
55

66
//Sort each array in ascending order.
77

8-
//Sort each array in decending order.
8+
//Sort each array in descending order.

0 commit comments

Comments
 (0)