Skip to content

Commit b86152b

Browse files
author
Adit Sheth
committed
Fixed Bug 41852.
1 parent 170e64a commit b86152b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In F#, the access control specifiers `public`, `internal`, and `private` can be
2222
2323
The access specifier is put in front of the name of the entity.
2424

25-
If no access specifier is used, the default is `public`, except for `let` bindings in a type, which are always `private` to the type.
25+
If no access specifier is used, the default is `public`, except for `let` bindings in a type or a function, which are always `private` to the type.
2626

2727
Signatures in F# provide another mechanism for controlling access to F# program elements. Signatures are not required for access control. For more information, see [Signatures](signature-files.md).
2828

0 commit comments

Comments
 (0)