Skip to content

Commit 8c89248

Browse files
authored
Fix typo in class structure identifier
1 parent 041027a commit 8c89248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

week3/gene_expression.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This returns a list (actually a `SimpleList`) of data structures, in this case o
6969
se <- exp[[1]]
7070
```
7171

72-
::: {#exr-class structure}
72+
::: {#exr-class_structure}
7373
To learn more about the resulting data in `se` use the `class()` function to see what kind we are dealing with.
7474

7575
```{r}

0 commit comments

Comments
 (0)