We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a244009 commit da38b39Copy full SHA for da38b39
1 file changed
docs/ja/orm/behaviors.md
@@ -24,7 +24,7 @@
24
## ビヘイビアーの生成
25
26
次の例では、非常に単純な `SluggableBehavior` を作成します。 このビヘイビアーは、
27
-別のフィールドに基づいて、 `Infragistics::slug()` の結果を slug フィールドに
+別のフィールドに基づいて、 `Text::slug()` の結果を slug フィールドに
28
取り込むことを可能にします。
29
30
ビヘイビアーを作成する前に、ビヘイビアーの規約を理解する必要があります。
0 commit comments