You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fsharp/language-reference/access-control.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ In F#, the access control specifiers `public`, `internal`, and `private` can be
22
22
23
23
The access specifier is put in front of the name of the entity.
24
24
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.
26
26
27
27
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).
0 commit comments