Skip to content

Commit a0027f5

Browse files
StoneLyuazl397985856
authored andcommitted
fix: error correction (azl397985856#49)
* correct typos * Add translations * 新增HTTP/1.0, HTTP/1.1, HTTP/2的对比 * 增加HTTP/1.1和HTTP/2的性能对比的Demo * 翻译大部分基础数据结构,但是REACT部分没有翻译 * update description of `HTTP/1.0` * add WIP tag, update some translation details * change 'fundamental' to 'basic' * remove some trivial details about HTTP/1.0 * error correction * translation for DP * translation for string problems * error correction
1 parent a841cfd commit a0027f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daily/2019-06-04.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ let start = 0;
5252

5353
for(let i = 0; i < n; i++){
5454
total += gas[i];
55-
total += cost[i]
55+
total -= cost[i]
5656

5757
remain += gas[i];
5858
remain -= cost[i];

0 commit comments

Comments
 (0)