# HG changeset patch # User Steve Losh # Date 1509767308 14400 # Node ID 39da848801bdadfec6b270d4d1de415589356fe1 # Parent 54ebe659726fac2ac68b847f89be251e63c37841 chancery: Update site. diff -r 54ebe659726f -r 39da848801bd chancery/usage/index.html --- a/chancery/usage/index.html Fri Nov 03 21:12:45 2017 -0400 +++ b/chancery/usage/index.html Fri Nov 03 23:48:28 2017 -0400 @@ -157,11 +157,11 @@

Chancery also includes support for weighting the terms so some will be chosen more often than others:

(define-rule (metal :distribution :weighted)
-  (10 iron)
-  (5 steel)
-  (2 silver)
-  (1 gold)
-  (1 platinum))
+  (10 :iron)
+  (5 :steel)
+  (2 :silver)
+  (1 :gold)
+  (1 :platinum))