marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Documentation corrections #95

Closed Jakski closed 8 years ago

Jakski commented 8 years ago

They are mainly spelling corrections with one exception. In part 13.3 about Markers, example code cannot be compiled:

fatal: error during assembling: jump to unrecognised marker: :not_so_fast

So I've changed mark and assembler doesn't whine anymore + code works as it should.

marekjm commented 8 years ago

Merged, thanks.