From 798027a596a01829d95500bc8793a58404bf4bc2 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 27 Jan 2021 12:41:48 +0900 Subject: [PATCH] chore: fix typo in lint.rs (#9281) --- cli/tools/lint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tools/lint.rs b/cli/tools/lint.rs index 44d5677e86..165f32233a 100644 --- a/cli/tools/lint.rs +++ b/cli/tools/lint.rs @@ -1,6 +1,6 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -//! This module provides file formating utilities using +//! This module provides file formatting utilities using //! [`deno_lint`](https://github.com/denoland/deno_lint). //! //! At the moment it is only consumed using CLI but in