Trivial typo fix

This commit is contained in:
Justin Clift
2019-05-28 17:48:15 +10:00
committed by Ron Evans
parent 83ab61e261
commit 4442b1304e
+1 -1
View File
@@ -10,7 +10,7 @@ const Compiler = "tinygo"
// package. // package.
func initAll() func initAll()
// A function call to this function is replaced withone of the following, // A function call to this function is replaced with one of the following,
// depending on whether the scheduler is necessary: // depending on whether the scheduler is necessary:
// //
// Without scheduler: // Without scheduler: