]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/knapsack/knapsack.factor
Harmonize spelling
[factor.git] / extra / rosetta-code / knapsack / knapsack.factor
index ec13ff186b1c0f4df46657748e46abb6703f3237..83417eae3f5280fe1d5818241c971c7639a99f21 100644 (file)
@@ -24,7 +24,7 @@ IN: rosetta-code.knapsack
 
 ! Which items does the tourist carry in his knapsack so that
 ! their total weight does not exceed 400 dag [4 kg], and their
-! total value is maximised?
+! total value is maximized?
 
 TUPLE: item
     name weight value ;