Skip to content

Commit

Permalink
Merge pull request #8 from rust-lang/pnkfelix-fix-contracts-title-in-…
Browse files Browse the repository at this point in the history
…summary-dot-md

fix title for "Contracts and invariants" in SUMMARY.md
  • Loading branch information
scottmcm authored May 22, 2024
2 parents 70752d2 + 68475d8 commit d03db4c
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 @@ -23,7 +23,7 @@
- [Impl trait everywhere](./2024h2/Impl-trait-everywhere.md)
- [Seamless C support](./2024h2/Seamless-C-Support.md)
- [Patterns of empty types](./2024h2/Patterns-of-empty-types.md)
- [Patterns of empty types](./2024h2/Contracts-and-invariants.md)
- [Contracts and invariants](./2024h2/Contracts-and-invariants.md)
- [📖 Learn about](./about/index.md)
- [Goal motivations](./about/motivation.md)
- [Goal owners](./about/owners.md)
Expand All @@ -32,4 +32,4 @@
- [❓ How to](./how_to/index.md)
- [Proposal a new goal](./how_to/propose_a_goal.md)
- [Report status on active goal](./how_to/report_status.md)
- [RFC](./rfc.md)
- [RFC](./rfc.md)

0 comments on commit d03db4c

Please sign in to comment.