Просмотр исходного кода

Minor typo (#48)

book/zkas/bincode: Spelling fix at line 14.
sgmoore 4 лет назад
Родитель
Сommit
d0a9d768d6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      book/src/zkas/bincode.md

+ 1 - 1
book/src/zkas/bincode.md

@@ -11,7 +11,7 @@ the binary.
 
 We currently keep everything on the same stack, so we avoid having to
 deal with different types. Instead, we rely that the compiler does a
-proper parse and analysys of the source code, so we are sure that in
+proper parse and analysis of the source code, so we are sure that in
 the VM, when referenced, the types shall be correct.
 
 The compiled binary blob has the following layout: