Skip to content

Commit

Permalink
Merge pull request #193 from ForNeVeR/patch-1
Browse files Browse the repository at this point in the history
Update inaccurate comment about Java in the tour
  • Loading branch information
MangelMaxime authored Jan 2, 2024
2 parents 5040b54 + 54de953 commit 554c83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/public/samples/tour/classes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type ReadFile(path: string) =


/// This is an object that implements IDisposable via an Object Expression
/// Unlike other languages such as C# or Java, a new type definition is not needed
/// Unlike other languages such as C#, a new type definition is not needed
/// to implement an interface.
let interfaceImplementation =
{ new System.IDisposable with
Expand Down

0 comments on commit 554c83b

Please sign in to comment.