summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/command/module.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2010-03-28 10:48:08 +0000
committerfukachan <fukachan>2010-03-28 10:48:08 +0000
commit1aba9e7b0de57eb389d701e7f729d64bcb391411 (patch)
tree967b7571eca798c7d2eafd9695b5e0fb94e84d6f /fml/doc/ja/tutorial/command/module.sgml
parentb337900b0101465fd3ccdeaa93001aa20125ed14 (diff)
downloadfml8-1aba9e7b0de57eb389d701e7f729d64bcb391411.tar.gz
fml8-1aba9e7b0de57eb389d701e7f729d64bcb391411.tar.bz2
fml8-1aba9e7b0de57eb389d701e7f729d64bcb391411.zip
clean up. update/fix descriptions.
Diffstat (limited to 'fml/doc/ja/tutorial/command/module.sgml')
-rw-r--r--fml/doc/ja/tutorial/command/module.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/command/module.sgml b/fml/doc/ja/tutorial/command/module.sgml
index a3de06ac..c3fedddd 100644
--- a/fml/doc/ja/tutorial/command/module.sgml
+++ b/fml/doc/ja/tutorial/command/module.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: module.sgml,v 1.6 2008/08/17 18:28:36 fukachan Exp $
+ $FML: module.sgml,v 1.7 2009/12/26 13:33:25 fukachan Exp $
-->
@@ -22,7 +22,7 @@ FML::Command FML::Command クラス以下への入口、dispatcher
FML::Command::User ユーザ用コマンド群
FML::Command::Admin 管理者用コマンド群
</screen>
-例えば、(コマンドメールでの)ユーザ用コマンドの場合
+たとえば、(コマンドメールでの)ユーザ用コマンドの場合
FML::Command を経由して
FML::Command::User::コマンド
モジュールを呼び出しています。