jepsen-io / maelstrom

A workbench for writing toy implementations of distributed systems.
Eclipse Public License 1.0
3.05k stars 189 forks source link

Fix documentation describing reserved error codes. #40

Closed jemc closed 1 year ago

jemc commented 1 year ago

Prior to this commit, the documentation gave conflicting information about which codes are reserved for Maelstrom's use and which are available for application-specific purposes. Due to a typo, the two categories had overlapping ranges.

This commit consistently specifies that codes 999 and below are reserved, while codes 1000 and above are free for application use.

aphyr commented 1 year ago

Ah, thank you!