Skip to content

Commit 6ea0e11

Browse files
authored
Merge pull request #95 from pavadeli/fix-missing-end-tag
Fix missing end tag in slide
2 parents 8d09e3c + 53fad0d commit 6ea0e11

File tree

1 file changed

+1
-1
lines changed
  • content/mods/A-foundations/topics/composite-types

1 file changed

+1
-1
lines changed

content/mods/A-foundations/topics/composite-types/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ enum IpAddressType {
123123
* a numeric value (`isize` by default, can be changed by using `#[repr(numeric_type)]`) used to determine the variant that the enumeration holds
124124
* one cannot rely on the fact that the discriminant is an `isize`, the compiler may always decide to optimize it
125125

126-
<v-click>
126+
</v-click>
127127

128128
<v-click>
129129

0 commit comments

Comments
 (0)