Skip to content

Commit

Permalink
Fix malformed SUMMARY.md entries (#1410)
Browse files Browse the repository at this point in the history
These extra `)` were ignored by the `mdbook` parser, but they began
showing up in my testing of
google/mdbook-i18n-helpers#100.
  • Loading branch information
mgeisler authored Oct 23, 2023
1 parent 266a3d5 commit cf798ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

- [Variables](basic-syntax/variables.md)
- [Type Inference](basic-syntax/type-inference.md)
- [static & const](basic-syntax/static-and-const.md))
- [static & const](basic-syntax/static-and-const.md)
- [Scopes and Shadowing](basic-syntax/scopes-shadowing.md)
- [Enums](enums.md)
- [Variant Payloads](enums/variant-payloads.md)
Expand Down Expand Up @@ -207,7 +207,7 @@
- [With C](android/interoperability/with-c.md)
- [Calling C with Bindgen](android/interoperability/with-c/bindgen.md)
- [Calling Rust from C](android/interoperability/with-c/rust.md)
- [With C++](android/interoperability/cpp.md))
- [With C++](android/interoperability/cpp.md)
- [With Java](android/interoperability/java.md)
- [Exercises](exercises/android/morning.md)

Expand Down

0 comments on commit cf798ae

Please sign in to comment.