Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 87e86d5

Browse files
fix import in NOC_9_01_GA_Shakespeare
1 parent e5d26ef commit 87e86d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chp09_ga/NOC_9_01_GA_Shakespeare/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<body>
1111
<script src="DNA.js"></script>
12-
<script src="population.js"></script>
12+
<script src="Population.js"></script>
1313
<script src="sketch.js"></script>
1414
</body>
1515

16-
</html>
16+
</html>

0 commit comments

Comments
 (0)