From 97ed23e824990cef2db1e95521baf003e1bf3bcd Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Fri, 8 Jan 2021 11:41:14 -0500 Subject: [PATCH] Fix formatting in the tuple section --- src/types/tuple.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/tuple.md b/src/types/tuple.md index 3ee3e76ea..bfef43053 100644 --- a/src/types/tuple.md +++ b/src/types/tuple.md @@ -36,6 +36,7 @@ index expression] or [pattern matching]. [^1]: Structural types are always equivalent if their internal types are equivalent. For a nominal version of tuples, see [tuple structs]. + [^2]: Element is equivalent to field, except numerical indexes instead of identifiers