From 8eca14a70d4f1f50e60b20233ca0a63d792c709d Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 5 Jan 2023 12:56:06 +0900 Subject: [PATCH] Fix typo --- lib/youplot/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/youplot/parser.rb b/lib/youplot/parser.rb index 9fab555..686b868 100644 --- a/lib/youplot/parser.rb +++ b/lib/youplot/parser.rb @@ -227,7 +227,7 @@ module YouPlot height : 20 By default, YouPlot will look for the configuration file in these locations: #{config_file_candidate_paths.map { |s| ' ' + s }.join("\n")} - If you have the file elsewhere, you can specify its location with the `MYYOUPLOTRC` environment variable.. + If you have the file elsewhere, you can specify its location with the `MYYOUPLOTRC` environment variable. EOS end exit if YouPlot.run_as_executable?