diff --git "a/\346\257\217\345\221\250\344\270\200\351\242\230#1/\351\242\230\347\233\256.md" "b/\346\257\217\345\221\250\344\270\200\351\242\230#1/\351\242\230\347\233\256.md" index a495b70..e27ac57 100644 --- "a/\346\257\217\345\221\250\344\270\200\351\242\230#1/\351\242\230\347\233\256.md" +++ "b/\346\257\217\345\221\250\344\270\200\351\242\230#1/\351\242\230\347\233\256.md" @@ -4,7 +4,7 @@ You are given coins of different denominations and a total amount of money. Writ * 0 <= amount <= 5000 * 1 <= coin <= 5000 -* the number of denomination of coins is less than 500 +* the number of coins is less than 500 * the answer is guaranteed to fit into signed 32-bit integer *Example 1*: