]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/knapsack-unbounded/knapsack-unbounded.factor
Harmonize spelling
[factor.git] / extra / rosetta-code / knapsack-unbounded / knapsack-unbounded.factor
index 24d19a44fd18e5b8c7ffa057b0507808f7709879..77f4830e0aec3268be007c5d15270690d80aac08 100644 (file)
@@ -20,12 +20,12 @@ IN: rosetta-code.knapsack-unbounded
 ! He can only take whole units of any item, but there is much
 ! more of any item than he could ever carry
 
-! How many of each item does he take to maximise the value of
+! How many of each item does he take to maximize the value of
 ! items he is carrying away with him?
 
 ! Note:
 
-! There are four solutions that maximise the value taken. Only
+! There are four solutions that maximize the value taken. Only
 ! one need be given.
 
 CONSTANT: values { 3000 1800 2500 }