Skip to content

Commit 8b3c5f8

Browse files
authored
[lln_clt] Fix a minor typo (#154)
* fix a minor typo
1 parent 5e1e59d commit 8b3c5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/lln_clt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ X = 1 if U < p else 0
539539
print(X)
540540
```
541541
542-
解释为什么这能行代码可以提供一个具有正确分布的随机变量$X$。
542+
解释为什么这行代码可以提供一个具有正确分布的随机变量$X$。
543543
````
544544

545545
```{solution-start} lln_ex2

0 commit comments

Comments
 (0)