Skip to content

Commit 44db46a

Browse files
committed
TRPL editing: move patterns back
We want to talk about how to pattern match on structs, so let's bump it back one.
1 parent 9661efa commit 44db46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* [Move semantics](move-semantics.md)
3131
* [Enums](enums.md)
3232
* [Match](match.md)
33-
* [Patterns](patterns.md)
3433
* [Structs](structs.md)
34+
* [Patterns](patterns.md)
3535
* [Method Syntax](method-syntax.md)
3636
* [Drop](drop.md)
3737
* [Vectors](vectors.md)

0 commit comments

Comments
 (0)