From 148fc10ed26fb025ceb291ae6c03515ee578cbeb Mon Sep 17 00:00:00 2001
From: iximeow <me@iximeow.net>
Date: Sun, 10 Oct 2021 11:10:56 -0700
Subject: consistentify doc style

---
 src/long_mode/display.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/long_mode')

diff --git a/src/long_mode/display.rs b/src/long_mode/display.rs
index 56c4ebd..7c344b7 100644
--- a/src/long_mode/display.rs
+++ b/src/long_mode/display.rs
@@ -3272,7 +3272,7 @@ pub enum DisplayStyle {
     // ATT,
 }
 
-/// Implementation of [`Display`](fmt::Display) that renders instructions using a specified display
+/// implementation of [`Display`](fmt::Display) that renders instructions using a specified display
 /// style.
 pub struct InstructionDisplayer<'instr> {
     pub(crate) instr: &'instr Instruction,
-- 
cgit v1.1