Skip to content

Commit f654890

Browse files
authored
Merge pull request #684 from ztittle/ztittle-patch-1
Type in symbol
2 parents f050e92 + a1aabb5 commit f654890

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)