Skip to content

Commit

Permalink
Fix typo in messages.jl (#40205)
Browse files Browse the repository at this point in the history
bounday -> boundary
  • Loading branch information
eltociear authored Mar 26, 2021
1 parent a0efe87 commit 1339e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract type AbstractMsg end
# Each message has three parts, which are written in order to the worker's stream.
# 1) A header of type MsgHeader is serialized to the stream (via `serialize`).
# 2) A message of type AbstractMsg is then serialized.
# 3) Finally, a fixed bounday of 10 bytes is written.
# 3) Finally, a fixed boundary of 10 bytes is written.

# Message header stored separately from body to be able to send back errors if
# a deserialization error occurs when reading the message body.
Expand Down

0 comments on commit 1339e46

Please sign in to comment.