Skip to content

Commit d3f28dc

Browse files
Fix outdated utypedtree.fsx
1 parent 5505424 commit d3f28dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fcs/docsrc/content/untypedtree.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ code](https://github.com/fsharp/fsharp/blob/master/src/fsharp/ast.fs#L464).
9292
9393
The relevant parts are in the following namespace:
9494
*)
95-
open FSharp.Compiler.Ast
95+
open FSharp.Compiler.SyntaxTree
9696
(**
9797
9898
When processing the AST, you will typically write a number of mutually recursive functions

0 commit comments

Comments
 (0)