Skip to content

Commit

Permalink
Merge pull request #49 from mbalabash/fix-typo-in-readme-of-eslint-pl…
Browse files Browse the repository at this point in the history
…ugin-prefer-let

Fix typo in README.md of eslint-plugin-prefer-let
  • Loading branch information
cowboyd authored Feb 28, 2022
2 parents a5665e4 + 2c32658 commit d8d8062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-prefer-let/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ long-standing conventions set forth by both formal symbolic logic and
the practice of functional programming.

Usage of the `const` keyword to bind an _intermediate_ value of a
computation places emphasis on the compiler and and its role in
computation places emphasis on the compiler and its role in
ensuring that a _reference_ never changes. By contrast using `let` in
the same situation reads, in plain English, the programmer's intent to
declare a name value binding.
Expand Down

0 comments on commit d8d8062

Please sign in to comment.