Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 728c21d

Browse files
committed
Merge pull request chuanxshi#60 from michaelpace/comment_fix
Fixed commented function output
2 parents 1ac72e0 + 2d2ca26 commit 728c21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

function-patterns/currying.html

Lines changed: 2 additions & 2 deletions
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)