From bdb08a3ecdbb5dfca9ca1f757284b920822d0360 Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Sun, 14 May 2023 15:19:06 -0700 Subject: [PATCH] Fix a typo in the crate docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5907915..17603b7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -56,7 +56,7 @@ //! # Parsing `perf.data` files //! This crate doesn't yet have support for this, although it could be used as //! part of implementing a larger parser. If you would like to do this please -//! open an issue!. +//! open an issue! #![warn(missing_docs)]