diff options
author | murphy <murphy@rubychan.de> | 2010-01-06 22:43:10 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-01-06 22:43:10 +0000 |
commit | e38e871cbda13a272f8255c70f46f08d14c06432 (patch) | |
tree | fc752851807499869b07218d34f320b767ddd2b5 /Changes.textile | |
parent | 17592a6d37cb9f75d41e78affc2d43257dd18d94 (diff) | |
download | coderay-e38e871cbda13a272f8255c70f46f08d14c06432.tar.gz |
Cleanups.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile index e4f7c94..69eacdc 100644 --- a/Changes.textile +++ b/Changes.textile @@ -190,7 +190,7 @@ h3. @Plugin@ * *NEW* method @#title@ Set and get the plugin's title. Titles can be arbitrary strings. -* *NEW* method *#helper* loads helpers from different plugins +* *NEW* method @#helper@ loads helpers from different plugins Use this syntax: @helper 'other_plugin/helper_name'@ |