Skip to content

Commit fa051c9

Browse files
committed
cleanup
1 parent ea1cacf commit fa051c9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_data/site.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
{
111111
"title": "Enum basics",
112112
"sub": [
113-
{ "title": "Pattern Matching" },
114113
{ "title": "Option Type" },
114+
{ "title": "Pattern Matching" },
115115
{ "title": "`match` control flow" }
116116
]
117117
}
@@ -153,7 +153,7 @@
153153
{
154154
"title": "Maps",
155155
"sub": [
156-
{ "title": "Focus on `HashMap` and `HashSet`" },
156+
{ "title": "`HashMap`" },
157157
{ "title": "`Entry` API" }
158158
]
159159
},
@@ -244,10 +244,12 @@
244244
{
245245
"title": "Testing",
246246
"sub": [
247+
{ "title": "Simple Testing" },
247248
{ "title": "Controlled Testing" },
248249
{ "title": "Test Organization" }
249250
]
250-
}
251+
},
252+
{ "title": "Code Review" }
251253
],
252254
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week6/modules_testing-light.html",
253255
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week6/modules_testing-light.pdf",
@@ -272,10 +274,9 @@
272274
{
273275
"title": "Closures and Iterators",
274276
"agenda": [
275-
{ "title": "Closures", "sub": [{ "title": "Fn Traits" }] },
277+
{ "title": "Closures", "sub": [{ "title": "`Fn` Traits" }] },
276278
{
277-
"title": "Iterators",
278-
"sub": [{ "title": "Loops vs. Iterators" }]
279+
"title": "Iterators"
279280
},
280281
{
281282
"title": "Crate Highlights",

0 commit comments

Comments
 (0)