mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
chore: fix typo in lint.rs (#9281)
This commit is contained in:
parent
e7323002d9
commit
798027a596
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
// 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).
|
//! [`deno_lint`](https://github.com/denoland/deno_lint).
|
||||||
//!
|
//!
|
||||||
//! At the moment it is only consumed using CLI but in
|
//! At the moment it is only consumed using CLI but in
|
||||||
|
|
Loading…
Reference in a new issue