Skip to content

Commit 77b201c

Browse files
authored
Fix section dividers. (#2750)
They should be consistently between days, but some were between titles and contents.
1 parent 2bb13e5 commit 77b201c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/SUMMARY.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@
229229
- [Exercise: FFI Wrapper](unsafe-rust/exercise.md)
230230
- [Solution](unsafe-rust/solution.md)
231231

232-
# Android
233-
234232
---
235233

234+
# Android
235+
236236
- [Welcome](android.md)
237237
- [Setup](android/setup.md)
238238
- [Build Rules](android/build-rules.md)
@@ -280,10 +280,10 @@
280280
- [Building for Android: Rust](android/interoperability/cpp/android-build-rust.md)
281281
- [With Java](android/interoperability/java.md)
282282

283-
# Chromium
284-
285283
---
286284

285+
# Chromium
286+
287287
- [Welcome](chromium.md)
288288
- [Setup](chromium/setup.md)
289289
- [Comparing Chromium and Cargo Ecosystems](chromium/cargo.md)
@@ -322,10 +322,10 @@
322322
- [Bringing It Together - Exercise](exercises/chromium/bringing-it-together.md)
323323
- [Exercise Solutions](exercises/chromium/solutions.md)
324324

325-
# Bare Metal: Morning
326-
327325
---
328326

327+
# Bare Metal: Morning
328+
329329
- [Welcome](bare-metal.md)
330330
- [`no_std`](bare-metal/no_std.md)
331331
- [A Minimal Example](bare-metal/minimal.md)
@@ -375,10 +375,10 @@
375375
- [RTC Driver](exercises/bare-metal/rtc.md)
376376
- [Solutions](exercises/bare-metal/solutions-afternoon.md)
377377

378-
# Concurrency: Morning
379-
380378
---
381379

380+
# Concurrency: Morning
381+
382382
- [Welcome](concurrency/welcome.md)
383383
- [Threads](concurrency/threads.md)
384384
- [Plain Threads](concurrency/threads/plain.md)
@@ -424,10 +424,10 @@
424424
- [Broadcast Chat Application](concurrency/async-exercises/chat-app.md)
425425
- [Solutions](concurrency/async-exercises/solutions.md)
426426

427-
# Final Words
428-
429427
---
430428

429+
# Final Words
430+
431431
- [Thanks!](thanks.md)
432432
- [Glossary](glossary.md)
433433
- [Other Resources](other-resources.md)

0 commit comments

Comments
 (0)