From 1ef1434b76f72fb2c49790bc37e6612fbd93eec5 Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 7 Oct 2024 03:05:54 +0000 Subject: [PATCH] fix POD typo --- lib/PDL/Graphics/PGPLOT/Window.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PDL/Graphics/PGPLOT/Window.pm b/lib/PDL/Graphics/PGPLOT/Window.pm index 7927cbe..9f10315 100644 --- a/lib/PDL/Graphics/PGPLOT/Window.pm +++ b/lib/PDL/Graphics/PGPLOT/Window.pm @@ -595,7 +595,7 @@ rabbits in O'Fib-o-nachy's farm (alternatively they can of course be monitoring processes or do something entirely different). Odd wants the user to be able to monitor both the birth rates and accumulated number of rabbits and the spatial distribution of the births. Since these are -logically different they chooses to have two windows open: +logically different they choose to have two windows open: $rate_win = PDL::Graphics::PGPLOT::Window->new(Device => '/xw', Aspect => 1, WindowWidth => 5, NXPanel => 2);