Skip to content

Commit 5f3696b

Browse files
📔 fix: typo in cakephp-coding-conventions.rst
1 parent a946e8d commit 5f3696b

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)