From a9ff79a10553026b0fa32f0e31f1e0442467ca78 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 23 Oct 2022 14:46:06 -0500 Subject: write more documentation --- azalea-buf/src/definitions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-buf/src') diff --git a/azalea-buf/src/definitions.rs b/azalea-buf/src/definitions.rs index 77309c46..18581aa0 100644 --- a/azalea-buf/src/definitions.rs +++ b/azalea-buf/src/definitions.rs @@ -1,6 +1,6 @@ use std::ops::Deref; -/// A Vec that isn't prefixed by a VarInt with the size. +/// A `Vec` that isn't prefixed by a VarInt with the size. #[derive(Debug, Clone, PartialEq, Eq, Hash)] pub struct UnsizedByteArray(pub Vec); -- cgit v1.2.3