Skip to content

Commit 2d2ca26

Browse files
committed
Fixed commented function output
1 parent 1ac72e0 commit 2d2ca26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

function-patterns/currying.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
};
2020

2121
// invoke a function
22-
sayHi(); // "Hello"
22+
sayHi(); // "Hello!"
2323
sayHi('world'); // "Hello, world!"
2424

2525
// apply a function
@@ -175,4 +175,4 @@
175175
*/
176176
</script>
177177
</body>
178-
</html>
178+
</html>

0 commit comments

Comments
 (0)