Skip to content

Commit

Permalink
fix(ESLint): fix inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 1, 2015
1 parent b001c43 commit 4397275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/ESLint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MyLinterは単純で以下の2つのメソッドを持つクラスとして実
MyLinterで[no-console.js](#no-console.js)を読み込ませて、

```js
function add(x, y){{
function add(x, y){
console.log(x, y);
return x + y;
}
Expand Down

0 comments on commit 4397275

Please sign in to comment.