From f9a26d0b9813299adaaee9e0ca0e0c03f895ac92 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Sat, 23 Nov 2019 20:41:49 -0800 Subject: [PATCH] quick change --- src/fsharp/LexFilter.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsharp/LexFilter.fs b/src/fsharp/LexFilter.fs index 131c3755a2f..d22ce3ae701 100755 --- a/src/fsharp/LexFilter.fs +++ b/src/fsharp/LexFilter.fs @@ -81,7 +81,7 @@ type Context = | CtxtModuleBody _ -> "modbody" | CtxtNamespaceBody _ -> "nsbody" | CtxtLetDecl(b, p) -> sprintf "let(%b, %s)" b (stringOfPos p) - | CtxtValDecl p -> sprintf "modval(%s)" (stringOfPos p) + | CtxtValDecl p -> sprintf "val(%s)" (stringOfPos p) | CtxtWithAsLet p -> sprintf "withlet(%s)" (stringOfPos p) | CtxtWithAsAugment _ -> "withaug" | CtxtDo _ -> "do"