diff options
Diffstat (limited to 'src/runtime/runtime.go')
-rw-r--r-- | src/runtime/runtime.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.go b/src/runtime/runtime.go index 8a1856d56..8657b6009 100644 --- a/src/runtime/runtime.go +++ b/src/runtime/runtime.go @@ -10,7 +10,7 @@ const Compiler = "tinygo" // package. 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: // // Without scheduler: |