Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Rephrase a sentence to clarify the usage of the word "safety"
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed May 15, 2020
1 parent f1409f6 commit cf72808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0030-protocol-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This section details:

The `Message` trait is protocol agnostic and only provides serialization and deserialization to and from byte buffers.
It should not be used as is but rather be paired with a higher layer - like a type-length-value encoding - and as such
does not provide any safety check on inputs/outputs.
does not provide any bounds check on inputs/outputs buffers.

```rust
/// A trait describing the behavior of a message.
Expand Down

0 comments on commit cf72808

Please sign in to comment.