Skip to content

Commit

Permalink
Update FS-1060-nullable-reference-types.md (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothdeveloper authored Jul 18, 2023
1 parent 03a4d31 commit e025230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RFCs/FS-1060-nullable-reference-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ All of this means that this feature is entrusting acting in good faith on the gr

The primary alternative is to simply not do this.

That said, it will become quite evident that this feature is necessary if F# is to continue advancing on the .NET platform. Despite originating as a C# feature, this is fundamentally a **platform-level shift** for .NET, and in a few years, will result in .NET looking very different than it is today.
That said, it will become quite evident that this feature is necessary to continue advancing on the .NET platform. Despite originating as a C# feature, this is fundamentally a **platform-level shift** for .NET, and in last few years, .NET is looking different than it was.

### Alternative: Overall approach to nullability

Expand All @@ -1007,7 +1007,7 @@ let ns1: string? = "hello"
let ns2: string? = null
```

However, this overly normalizes the use of the feature in F# and is confusing in combination with optional argumwents.
However, this overly normalizes the use of the feature in F# and is confusing in combination with optional arguments.

#### Alternative: Other union-like representations

Expand Down

0 comments on commit e025230

Please sign in to comment.