Skip to content

Commit

Permalink
fixed problem with discriminated unions in fsproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarinos committed Jun 5, 2012
1 parent 4da9e8b commit 0b4f506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FSharpKoans/FSharpKoans.fsproj
Expand Up @@ -59,7 +59,7 @@
<Compile Include="AboutTheStockExample.fs" />
<Compile Include="AboutRecordTypes.fs" />
<Compile Include="AboutOptionTypes.fs" />
<Compile Include="AboutDiscriminated Unions.fs" />
<Compile Include="AboutDiscriminatedUnions.fs" />
<Compile Include="AboutModules.fs" />
<Compile Include="AboutClasses.fs" />
<Compile Include="PathToEnlightenment.fs" />
Expand Down

0 comments on commit 0b4f506

Please sign in to comment.