From 0f4ef6faec4681e335043a3132d76e346292f3ad Mon Sep 17 00:00:00 2001 From: Danny Fritz Date: Wed, 12 Dec 2018 01:36:06 -0700 Subject: [PATCH] Typo fix (#57) --- src/modules/output/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/output/mod.rs b/src/modules/output/mod.rs index 772ab4e..be630ef 100644 --- a/src/modules/output/mod.rs +++ b/src/modules/output/mod.rs @@ -1,4 +1,4 @@ -//! A module provides a uniformed way to write to the output no matter if it is in main, alternate or raw mode. +//! A module that provides a uniformed way to write to the output no matter if it is in main, alternate or raw mode. mod output;