mirror of
https://github.com/Cametendo/EMVs-Creative-coding.git
synced 2026-06-20 17:45:02 +02:00
correct typing error in markov_chain.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
let myData;
|
||||
|
||||
function preload() {
|
||||
myData = loadStrings("shakespere.txt");
|
||||
myData = loadStrings("shakespeare.txt");
|
||||
}
|
||||
|
||||
function setup() {
|
||||
|
||||
Reference in New Issue
Block a user