Skip to content

Commit 9bfd047

Browse files
committed
fix: fix language
1 parent 63ab4eb commit 9bfd047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

report.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,12 @@ ggplot(vote_props, aes(x = 1, y = share, fill = vote_type)) +
308308
)
309309
```
310310

311-
For `r mean(northatlantic_ft$vote_type_id == "3") %>% scales::percent(accuracy = 0.1)` of the observations in this data set, Greenlandic and Faroese MPs are listed as absent.
311+
For `r mean(northatlantic_ft$vote_type_id == "3") %>% scales::percent(accuracy = 0.1)` of the observations in this data set, Greenlandic/Faroese MPs are listed as absent.
312312
:::
313313

314314
### Votes Per MP
315315

316-
@fig-votes-per-mp visualizes the distribution of votes cast by each MP that is part of the dataset. MPs are grouped by whether they are representing Greenland or the Faroe Islands. As MPs are absent for most ballots, @fig-votes-per-mp-filtered shows the timeline only with votes that were actually cast.
316+
@fig-votes-per-mp visualizes the distribution of votes cast by each MP that is part of the dataset. MPs are grouped by whether they are representing Greenland or the Faroe Islands. As MPs are absent for most ballots, @fig-votes-per-mp-filtered shows the distribution only with votes that were actually cast.
317317

318318
```{r votes-per-mp}
319319
#| echo: false

0 commit comments

Comments
 (0)