spell check

This commit is contained in:
Umur Ozkul 2022-08-25 20:56:27 +02:00
parent 05299c78e6
commit 9a536d2a38
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ In the previous tutorial we have set the similarity between setContinues and par
Here we will finally proceed to a real life scenario. */ Here we will finally proceed to a real life scenario. */
describe("parseIncludes", () => { describe("parseIncludes", () => {
/* Here we investigate the details about parseIncludes, before setting up a real life senario in the next section. */ /* Here we investigate the details about parseIncludes, before setting up a real life scenario in the next section. */
/* Everything happens inside a project, so let's have a project */ /* Everything happens inside a project, so let's have a project */
let project = Project.createProject() let project = Project.createProject()
Project.setSource( Project.setSource(

View File

@ -50,7 +50,7 @@ let distributionErrorToString = ForTS_Distribution_Error.toString
@genType @genType
let defaultSamplingEnv = ForTS_Distribution.defaultEnvironment let defaultSamplingEnv = ForTS_Distribution.defaultEnvironment
// Umur: opaqe types // Umur: opaque types
// @genType // @genType
// type declarationArg = Declaration.arg // type declarationArg = Declaration.arg