From 78df48ecd4b5523f1c6c173e3dec7fc20bbc69dc Mon Sep 17 00:00:00 2001 From: Piotr Usewicz Date: Thu, 12 Sep 2019 12:58:03 +0200 Subject: Lowercase description --- dragon/args.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dragon/args.rb b/dragon/args.rb index cfd0502..0b9a2eb 100644 --- a/dragon/args.rb +++ b/dragon/args.rb @@ -206,7 +206,7 @@ module GTK @render_targets[name] end - # @return [GTK::OutputsArray] The array of solids to render during current tick + # @return [GTK::OutputsArray] the array of solids to render during current tick def solids @outputs.solids end @@ -215,7 +215,7 @@ module GTK @outputs.static_solids end - # @return [GTK::OutputsArray] The array of sprites to render during current tick + # @return [GTK::OutputsArray] the array of sprites to render during current tick def sprites @outputs.sprites end @@ -224,7 +224,7 @@ module GTK @outputs.static_sprites end - # @return [GTK::OutputsArray] The array of labels to render during current tick + # @return [GTK::OutputsArray] the array of labels to render during current tick def labels @outputs.labels end @@ -233,7 +233,7 @@ module GTK @outputs.static_labels end - # @return [GTK::OutputsArray] The array of lines to render during current tick + # @return [GTK::OutputsArray] the array of lines to render during current tick def lines @outputs.lines end @@ -242,7 +242,7 @@ module GTK @outputs.static_lines end - # @return [GTK::OutputsArray] The array of borders to render during current tick + # @return [GTK::OutputsArray] the array of borders to render during current tick def borders @outputs.borders end -- cgit v1.2.3