]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/testpagespec.mdwn
minor improvements
[ikiwiki.git] / doc / plugins / testpagespec.mdwn
index c5155129dcdb53bddd90a7e5a442556101f911d5..3d35d70ad2f1b61fccb0cd84a4aaeb17a4f91c2d 100644 (file)
@@ -13,10 +13,10 @@ highlighting which part of the [[PageSpec]] is causing the match to fail.
        
        \[[testpagespec pagespec="foopage or !bar*" match="barpage"]]
 
-This will print out something like "no match: bar* matches barpage", since the part
-of the [[PageSpec]] that fails is this negated match.
+This will print out something like "no match: bar* matches barpage", since
+the part of the [[PageSpec]] that fails is this negated match.
        
        \[[testpagespec pagespec="foopage or barpage" match="barpage"]]
 
 This will print out something like "match: barpage matches barpage",
-indicating the part of the [[PageSpec]] that did match.
+indicating the part of the [[PageSpec]] that caused it to match.