Skip to content

Commit

Permalink
fix(docs): typo for vlen codec
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Jan 13, 2025
1 parent 61de648 commit feb1ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarrs/src/array/codec/array_to_bytes/vlen/vlen_codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::array::codec::{AsyncArrayPartialDecoderTraits, AsyncBytesPartialDecod

use super::{vlen_partial_decoder, VlenCodecConfiguration, VlenCodecConfigurationV1};

/// A `bytes` codec implementation.
/// A `vlen` codec implementation.
#[derive(Debug, Clone)]
pub struct VlenCodec {
index_codecs: Arc<CodecChain>,
Expand Down

0 comments on commit feb1ee3

Please sign in to comment.