From 57f5cea1acfcb3ec89d05b713ac76985092aa805 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Mon, 29 Jul 2024 19:32:18 +1000 Subject: [PATCH] typo fix: s/posistion/position --- lib/Data/Printer/Object.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Data/Printer/Object.pm b/lib/Data/Printer/Object.pm index 1da01fe..1e21806 100644 --- a/lib/Data/Printer/Object.pm +++ b/lib/Data/Printer/Object.pm @@ -1438,7 +1438,7 @@ Shows the current depth level, from 0 onwards. =head3 current_name -Gets/sets the name for the current posistion, to be printed when the parser +Gets/sets the name for the current position, to be printed when the parser visits that data again. E.g. C. =head3 parse( $data_ref )