Skip to content

Commit 0fc87a7

Browse files
authored
Merge pull request #7650 from Tatsurou-Yajima/patch-1
📔 fix: typo in cakephp-coding-conventions.rst
2 parents a946e8d + 5f3696b commit 0fc87a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ja/contributing/cakephp-coding-conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ PHP タグ
506506
}
507507
}
508508

509-
private なメソッドまたは変数の名前は二つののアンダースコア (``__``) から始まります。
509+
private なメソッドまたは変数の名前は二つのアンダースコア (``__``) から始まります。
510510
例::
511511

512512
class A {

0 commit comments

Comments
 (0)