Skip to content

Commit ea270ac

Browse files
chrojuziishaned
authored andcommitted
Fix typos (ziishaned#57)
1 parent 9368d09 commit ea270ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README-ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189

190190
シンボル `+` は直前の文字が 1 個以上続くパターンにマッチします。
191191
例えば `c.+t` という正規表現は小文字の `c` の後に
192-
任意の 1 文字が続き、さらに `t` が続くことを意味します。
192+
任意の 1 文字以上が続き、さらに `t` が続くことを意味します。
193193

194194
<pre>
195195
"c.+t" => The fat <a href="#learn-regex"><strong>cat sat on the mat</strong></a>.
@@ -342,7 +342,7 @@
342342

343343
正規表現ではよく使われる文字集合に対して短縮表記が提供されており、
344344
便利なショートカットとして使用できます。
345-
省略表記には次のようなものがあります
345+
短縮表記には次のようなものがあります
346346

347347
|短縮表記|説明 |
348348
|:------:|-----------------------------------|
@@ -441,7 +441,7 @@
441441

442442
### 5.1 大文字・小文字を区別しない
443443

444-
修飾子 `i` は大文字・小文字を区別しなくないときに使用します
444+
修飾子 `i` は大文字・小文字を区別したくないときに使用します
445445
例えば `/The/gi` という正規表現は大文字の `T` の後に小文字の `h`, `e` が続くという意味ですが、
446446
最後の `i` で大文字・小文字を区別しない設定にしています。
447447
文字列内の全マッチ列を検索したいのでフラグ `g` も渡しています。
@@ -505,7 +505,7 @@
505505

506506
## 貢献する
507507

508-
* 課題を発行する
508+
* イシューを発行する
509509
* 修正をプルリクエストする
510510
* ドキュメントを普及させる
511511
* 作者に直接連絡を取る: ziishaned@gmail.com または [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/ziishaned.svg?style=social&label=Follow%20%40ziishaned)](https://twitter.com/ziishaned)

0 commit comments

Comments
 (0)