Skip to content

Commit a1aabb5

Browse files
authored
Type in symbol
1 parent f050e92 commit a1aabb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/typedtree.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ let (fooSymbol, fooArgs, fooExpression) =
144144
| _ -> failwith "unexpected"
145145

146146

147-
(** Here 'fooSymbol' is a symbold associated with the declaration of 'foo',
147+
(** Here 'fooSymbol' is a symbol associated with the declaration of 'foo',
148148
'fooArgs' represents the formal arguments to the 'foo' function, and 'fooExpression'
149149
is an expression for the implementation of the 'foo' function.
150150

0 commit comments

Comments
 (0)