Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Processes can send data if the type implements the `Serializable` typeclass,
which is done indirectly by implementing `Binary` and deriving `Typeable`.
Implementations are already provided for primitives and some commonly used
data structures. As programmers, we see the messages in nice high-level form
(e.g., `Int`, `String`, `Ping`, `Pong`, etc), however these data have to be
(e.g., `Int`, `String`, `Ping`, `Pong`, etc), however the data has to be
encoded in order to be sent over a communications channel.

Not all types are `Serializable`, for example concurrency primitives such as
Expand Down