Release redbean v2.1

This commit is contained in:
Justine Tunney 2022-10-08 08:43:57 -07:00
parent 8aca94f951
commit 1c0adb556d
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 3 additions and 1 deletions

View file

@ -4557,6 +4557,8 @@ UNIX MODULE
unix.Memory:read([offset:int[, bytes:int]])
└─→ str
Reads bytes from memory region
`offset` is the starting byte index from which memory is copied,
which defaults to zero.