Skip to content

Commit 1e0dd91

Browse files
committed
Small correction
1 parent 8bebb63 commit 1e0dd91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/tutorials/A07Lb_distri/A07Lb_distri.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ chart(___) +
167167
```{r binom4_h2-hint-1}
168168
bi <- dist_binomial(size = ___, prob = ___)
169169
chart(___) +
170-
ylab("Densité de probabilté")
170+
ylab("Densité de probabilité")
171171
172172
#### ATTENTION: Hint suivant = solution !####
173173
```
@@ -176,7 +176,7 @@ chart(___) +
176176
## Solution ##
177177
bi <- dist_binomial(size = 10, prob = 0.75)
178178
chart(bi) +
179-
ylab("Densité de probabilté")
179+
ylab("Densité de probabilité")
180180
```
181181

182182
```{r binom4_h2-check}

0 commit comments

Comments
 (0)