diff options
| -rw-r--r-- | dragon/args_docs.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dragon/args_docs.rb b/dragon/args_docs.rb index 819ae5e..44405a9 100644 --- a/dragon/args_docs.rb +++ b/dragon/args_docs.rb @@ -14,7 +14,8 @@ module ArgsDocs <<-S * DOCS: ~GTK::Args#audio~ -Hash that contains audio sources that are playing. If you want to add a new sound add a hash with following +Hash that contains audio sources that are playing. If you want to add a new sound add a hash with keys/values as +in the following example: #+begin_src def tick args |
