diff options
| author | Kevin Fischer <[email protected]> | 2020-12-17 16:16:01 +0900 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-01-05 22:41:00 -0600 |
| commit | bd03369b78998e77c72e15ebfe876cfeef29964b (patch) | |
| tree | 9d57934e57f44e7547d97672f134a29fd79710e2 | |
| parent | 37b581cd7a10e10acb7656120d207ecdd09d399c (diff) | |
| download | dragonruby-game-toolkit-contrib-bd03369b78998e77c72e15ebfe876cfeef29964b.tar.gz dragonruby-game-toolkit-contrib-bd03369b78998e77c72e15ebfe876cfeef29964b.zip | |
Fix broken first sentence
| -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 |
