From 4a4610e66e7dd548843bdf69d2b59e612ebeabd3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Apr 2012 16:09:27 +0100 Subject: [PATCH] trail: fix inline documentation --- IkiWiki/Plugin/trail.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/trail.pm b/IkiWiki/Plugin/trail.pm index 330d2a31d..b73961e66 100644 --- a/IkiWiki/Plugin/trail.pm +++ b/IkiWiki/Plugin/trail.pm @@ -26,10 +26,10 @@ sub import { # # * $pagestate{$T}{trail}{contents} # Reference to an array of lists each containing either: -# - [link, "link"] +# - [link => "link"] # A link specification, pointing to the same page that [[link]] # would select -# - [pagespec, "posts/*", "age", 0] +# - [pagespec => "posts/*", "age", 0] # A match by pagespec; the third array element is the sort order # and the fourth is whether to reverse sorting # -- 2.32.0.93.g670b81a890