Skip to content

Commit 1a4e4f9

Browse files
committed
Fixed typo in models.html
1 parent 9376d09 commit 1a4e4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general/models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3 id="model_crud_models">モデル作成のために Model_Crud を使う</h3>
126126

127127
<p>モデルを作るための有効な方法の一つは <a href="../classes/model_crud/introduction.html">Model_Crud</a> を使うことです。これはデータベースのテーブルとのやりとりに必要な一般的な機能を提供し、以下のように使用します。</p>
128128

129-
<pre class="php"><code>// 全ての記事を探しだす
129+
<pre class="php"><code>// 全ての記事を探し出す
130130
$entry = Model_Article::find_all();
131131

132132
// 日付逆順でカテゴリ 1 に属する全ての記事を探し出す

0 commit comments

Comments
 (0)