mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
Correct comment for .start_named method.
This commit is contained in:
parent
0312262c6d
commit
765be3ffbd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module XfOOrth
|
|||
vm.push(self.do_thread_start(vm, '-'))
|
||||
})
|
||||
|
||||
# [procedure] .start_named [a_thread]
|
||||
# [name procedure] .start_named [a_thread]
|
||||
Proc.create_shared_method('.start_named', TosSpec, [], &lambda {|vm|
|
||||
vm.push(self.do_thread_start(vm, vm.pop.to_s))
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue