diff options
| author | mat <github@matdoes.dev> | 2022-10-23 14:46:06 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-23 14:46:06 -0500 |
| commit | a9ff79a10553026b0fa32f0e31f1e0442467ca78 (patch) | |
| tree | 5ecda41c72d2202faeb70cda08aae0a9f1c17675 /azalea-buf | |
| parent | 127126c2cc415887395f18119404ace362d4173a (diff) | |
| download | azalea-drasl-a9ff79a10553026b0fa32f0e31f1e0442467ca78.tar.xz | |
write more documentation
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/src/definitions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<u8> that isn't prefixed by a VarInt with the size. +/// A `Vec<u8>` that isn't prefixed by a VarInt with the size. #[derive(Debug, Clone, PartialEq, Eq, Hash)] pub struct UnsizedByteArray(pub Vec<u8>); |
