Skip to content

Commit 13d84d2

Browse files
committed
修复遗留的一句英文错误
1 parent 14a5396 commit 13d84d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subtitles/4. More Swift.srt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ So that's how you do mutating, or mutable. If for vars is
333333
00:03:39,519 --> 00:03:42,620
334334
whether they're vars or let, or for computer property,
335335
关注它是可变的(var)还是不可变的(let),对于演算属性
336-
#Everybody got all that?
336+
337337
68
338338
00:03:42,689 --> 00:03:47,192
339-
whether it has both get and set. Where we got all that? So
339+
whether it has both get and set.Everybody got all that? So
340340
关注它是否可以获取和赋值。大家都听懂了吗
341341

342342
69

0 commit comments

Comments
 (0)