From 8466cf187a594d3d087fc067c5b999e0d0dc85f7 Mon Sep 17 00:00:00 2001 From: Dave Lowe Date: Sat, 5 Jan 2019 19:49:09 +0000 Subject: [PATCH] Added link to records from the and section of the keyword table --- docs/fsharp/language-reference/keyword-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fsharp/language-reference/keyword-reference.md b/docs/fsharp/language-reference/keyword-reference.md index 3d5cebf1bacf9..2eb7541971406 100644 --- a/docs/fsharp/language-reference/keyword-reference.md +++ b/docs/fsharp/language-reference/keyword-reference.md @@ -14,7 +14,7 @@ The following table shows all F# keywords in alphabetical order, together with b |Keyword|Link|Description| |-------|----|-----------| |`abstract`|[Members](members/index.md)

[Abstract Classes](abstract-classes.md)|Indicates a method that either has no implementation in the type in which it is declared or that is virtual and has a default implementation.| -|`and`|[`let` Bindings](functions/let-bindings.md)

[Members](members/index.md)

[Constraints](generics/constraints.md)|Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.| +|`and`|[`let` Bindings](functions/let-bindings.md)

[Records](records.md)

[Members](members/index.md)

[Constraints](generics/constraints.md)|Used in mutually recursive bindings and records, in property declarations, and with multiple constraints on generic parameters.| |`as`|[Classes](classes.md)

[Pattern Matching](Pattern-Matching.md)|Used to give the current class object an object name. Also used to give a name to a whole pattern within a pattern match.| |`assert`|[Assertions](assertions.md)|Used to verify code during debugging.| |`base`|[Classes](classes.md)

[Inheritance](inheritance.md)|Used as the name of the base class object.|