This commit is contained in:
Umur Ozkul 2022-08-23 13:25:02 +02:00
parent d37f0fe117
commit 5bc4395ff6

View File

@ -91,7 +91,7 @@ Here we will finally proceed to a real life scenario. */
| Ok(includes) =>
Belt.Array.forEach(includes, newIncludeName => {
/* We have got one of the new incldues.
/* We have got one of the new includes.
Let's load it and add it to the project */
let newSource = loadSource(newIncludeName)
Project.setSource(project, newIncludeName, newSource)