Trival docs typo

This commit is contained in:
Floris Bruynooghe 2020-11-10 21:00:05 +01:00
parent fbd603582e
commit 1b1c271531
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use core::{
/// Inner representation of [`Key`].
///
/// While [`Key`] is the type that users will interact with via [`Recorder`][crate::Recorder`,
/// While [`Key`] is the type that users will interact with via [`Recorder`][crate::Recorder],
/// [`KeyData`] is responsible for the actual storage of the name and label data.
#[derive(PartialEq, Eq, Hash, Clone, Debug)]
pub struct KeyData {