Răsfoiți Sursa

Minor typo (#48)

book/zkas/bincode: Spelling fix at line 14.
sgmoore 4 ani în urmă
părinte
comite
d0a9d768d6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 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
 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 VM, when referenced, the types shall be correct.
 
 
 The compiled binary blob has the following layout:
 The compiled binary blob has the following layout: