From d8396fecf9544bdc2c807c4b23e5d8d71b5c89cd Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 11 Oct 2020 08:28:39 +0900 Subject: [PATCH] Rubocop auto correct --- lib/uplot/command/params.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uplot/command/params.rb b/lib/uplot/command/params.rb index 2633d8d..b385161 100644 --- a/lib/uplot/command/params.rb +++ b/lib/uplot/command/params.rb @@ -5,7 +5,7 @@ module Uplot # UnicodePlot parameters. # * Normally in a Ruby program, you might use hash for the parameter object. # * Here, I use Struct for 2 safety reason. - # * The keys are static in Struct. + # * The keys are static in Struct. # * Struct does not conflict with keyword arguments. Hash dose. Params = Struct.new( # Sort me!