Skip to content

Commit 6d1d015

Browse files
committed
Fixed a typo causing one koan group not to load properly. Those who once saw 49 koans in 9 groups will now see 55 koans in 10 groups.
1 parent 4ec938e commit 6d1d015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KoansRunner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="koans/AboutLambda.js"></script>
2424
<script type="text/javascript" src="koans/AboutHigherOrderFunctions.js"></script>
2525
<script type="text/javascript" src="koans/AboutInheritance.js"></script>
26-
<script type="text/javascript" src="koans/aboutApplyingWhatWeHaveLearnt.js"></script>
26+
<script type="text/javascript" src="koans/AboutApplyingWhatWeHaveLearnt.js"></script>
2727

2828
</head>
2929
<body>

0 commit comments

Comments
 (0)