Explorar o código

Minor typo (#48)

book/zkas/bincode: Spelling fix at line 14.
sgmoore %!s(int64=4) %!d(string=hai) anos
pai
achega
d0a9d768d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: