Fixed a couple typos in 5.1.4
authorsspeiche
Tue, 16 Jul 2013 07:20:32 -0400
changeset 212 97ac8b356958
parent 211 765a22a4d650
child 213 a3bbdfcee70e
Fixed a couple typos in 5.1.4
ldp.html
--- a/ldp.html	Mon Jul 15 13:27:55 2013 -0400
+++ b/ldp.html	Tue Jul 16 07:20:32 2013 -0400
@@ -1189,7 +1189,7 @@
 		of sort criteria used to sort the members, using the 
 		<code>ldp:containerSortCriteria</code> relation.
 		Each member of the ordered list exposes one <code>ldp:containerSortCriterion</code>, 
-		consisting of a <code>ldp:containerSortPredicate</code>, 
+		consisting of a <code>ldp:containerSortOrder</code>, 
 		<code>ldp:containerSortPredicate</code>, and 
 		optionally a <code>ldp:containerSortCollation</code>.
 	</p>
@@ -1211,7 +1211,7 @@
 &lt;?firstPage&gt;
    a ldp:Page;
    ldp:pageOf &lt;&gt;;
-   ldp:ContainerSortCriteria (#SortValueAscending).
+   ldp:containerSortCriteria (#SortValueAscending).
 
 &lt;#SortValueAscending&gt;
    a ldp:ContainerSortCriterion;