mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Change some comments.
This commit is contained in:
parent
961275116f
commit
c4dd17a35e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user