diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-01-27 12:41:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 14:41:48 +1100 |
commit | 798027a596a01829d95500bc8793a58404bf4bc2 (patch) | |
tree | 6b4e1cc7f198b67404a22ee1a9da13e508277131 | |
parent | e7323002d9fe5ab834754592916aba7cb842613d (diff) |
chore: fix typo in lint.rs (#9281)
-rw-r--r-- | cli/tools/lint.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/lint.rs b/cli/tools/lint.rs index 44d5677e8..165f32233 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 |