Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let bindings are private to a function #41852

Open
cmdoffing opened this issue Jul 21, 2024 · 0 comments · May be fixed by #43965
Open

let bindings are private to a function #41852

cmdoffing opened this issue Jul 21, 2024 · 0 comments · May be fixed by #43965
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-fsharp/svc help wanted Good for community contributors to help [up-for-grabs] in-pr This issue will be closed (fixed) by an active pull request. okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri2

Comments

@cmdoffing
Copy link

Type of issue

Other (describe below)

Description

[Enter feedback here]
"If no access specifier is used, the default is public, except for let bindings in a type, which are always private to the type."

Shouldn't this be "except for let bindings in a type or a function"?

Page URL

https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/access-control

Content source URL

https://github.com/dotnet/docs/blob/main/docs/fsharp/language-reference/access-control.md

Document Version Independent Id

caa4ea7d-d490-f66f-0a0c-b8f62e883f1b

Article author

@KathleenDollard

Metadata

  • ID: 6b203042-7c41-709b-7db1-2157b1ba6d45
  • Service: dotnet-fsharp
@dotnet-bot dotnet-bot added ⌚ Not Triaged Not triaged labels Jul 21, 2024
@BillWagner BillWagner added doc-bug Problem with the content; needs to be fixed [org][type][category] help wanted Good for community contributors to help [up-for-grabs] labels Nov 18, 2024
@dotnetrepoman dotnetrepoman bot removed ⌚ Not Triaged Not triaged labels Nov 18, 2024
@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Nov 18, 2024
@shethaadit shethaadit linked a pull request Dec 13, 2024 that will close this issue
@dotnet-policy-service dotnet-policy-service bot added the in-pr This issue will be closed (fixed) by an active pull request. label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-fsharp/svc help wanted Good for community contributors to help [up-for-grabs] in-pr This issue will be closed (fixed) by an active pull request. okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants