From c4dd17a35e9d775a4a2708a4db2436da8c108d08 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Mon, 3 Jul 2017 13:22:39 -0400 Subject: [PATCH] Change some comments. --- core/serialize.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/serialize.c b/core/serialize.c index bb8d4499..45548437 100644 --- a/core/serialize.c +++ b/core/serialize.c @@ -24,11 +24,10 @@ /** * Data format - * State is encoded as a string of unsigned bytes. * * Types: * - * Byte 0 to 200: small integer byte - 100 + * Byte 0 to 200: small integer with value (byte - 100) * Byte 201: Nil * Byte 202: True * Byte 203: False