Skip to content

Commit

Permalink
📔 fix: typo in cakephp-coding-conventions.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsurou-Yajima authored Jul 14, 2023
1 parent a946e8d commit 5f3696b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ PHP タグ
}
}

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

class A {
Expand Down

0 comments on commit 5f3696b

Please sign in to comment.