summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/lib/game_of_life/generators/input.rb
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-03 15:25:27 +0100
committera14m <[email protected]>2020-12-03 15:25:27 +0100
commit94a9071fc00d6c14c359d31f7b576f9257d51219 (patch)
treecee0c6e8abdfdf367a5b6ad7fc2951c5a1c682e8 /CLI/ruby/lib/game_of_life/generators/input.rb
parente9e61b667af268b1f1da40f2ed2cd5bf30016456 (diff)
Minor fixes to the documentation to look better
Diffstat (limited to 'CLI/ruby/lib/game_of_life/generators/input.rb')
-rw-r--r--CLI/ruby/lib/game_of_life/generators/input.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/ruby/lib/game_of_life/generators/input.rb b/CLI/ruby/lib/game_of_life/generators/input.rb
index 05aab1c..c0d96c1 100644
--- a/CLI/ruby/lib/game_of_life/generators/input.rb
+++ b/CLI/ruby/lib/game_of_life/generators/input.rb
@@ -26,7 +26,7 @@ module GameOfLife
# Populate the {GameOfLife::Universe} with reference to the parsed input 2D array (True/False)
# @param parsed_input [Array<Array<True|False>>]
- # @param widht [Integer] width of the generated cyclic universe
+ # @param width [Integer] width of the generated cyclic universe
# @param height [Integer] height of the generated cyclic universe
# @return [GameOfLife::Universe] populated with the parsed input
private def populate(parsed_input:, width:, height:)