Browse Source

Trivial typo fix

pull/385/head
Justin Clift 6 years ago
committed by Ron Evans
parent
commit
4442b1304e
  1. 2
      src/runtime/runtime.go

2
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:

Loading…
Cancel
Save