diff options
| author | a14m <[email protected]> | 2020-12-03 15:25:27 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-03 15:25:27 +0100 |
| commit | 94a9071fc00d6c14c359d31f7b576f9257d51219 (patch) | |
| tree | cee0c6e8abdfdf367a5b6ad7fc2951c5a1c682e8 /CLI/ruby/lib/game_of_life/generators | |
| parent | e9e61b667af268b1f1da40f2ed2cd5bf30016456 (diff) | |
Minor fixes to the documentation to look better
Diffstat (limited to 'CLI/ruby/lib/game_of_life/generators')
| -rw-r--r-- | CLI/ruby/lib/game_of_life/generators/input.rb | 2 |
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:) |
