Skip to content

Commit e78cfcc

Browse files
authored
Update 蛋炒饭.md
鸡蛋数目应该是整除而非取模
1 parent 5d56d18 commit e78cfcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dishes/staple/蛋炒饭.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
## 计算
2020

2121
* 冷饭(人数*500ml)
22-
* 鸡蛋 (人数*1.5 % 1)
22+
* 鸡蛋 (人数*1.5 // 1)
2323
* 火腿(人数*2 个)
2424
* 黄瓜(可选,人数*30g)
2525
* 胡萝卜(可选,人数*30g)

0 commit comments

Comments
 (0)