Browse Source

Fix reference to frame module.

wip
Titouan Rigoudy 4 years ago
parent
commit
72bc8e2013
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/proto/value.rs

+ 1
- 1
src/proto/value.rs View File

@ -13,7 +13,7 @@
//! * Pairs are serialized as two consecutive values.
//! * Vectors are serialized as length-prefixed arrays of serialized values.
//!
//! See the `frame_codec` module for the codec applied to byte streams.
//! See the `frame` module for the codec applied to byte streams.
use std::io;
use std::net;


Loading…
Cancel
Save