Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rikace committed Apr 25, 2018
1 parent 839cee6 commit 3c86f62
Show file tree
Hide file tree
Showing 71 changed files with 2 additions and 164,480 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Aa]pp/

# Visual Studio 2015 cache/options directory
.vs/
Expand Down
2 changes: 1 addition & 1 deletion Chapter.06/TwitterEmotionAnalysis.cs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static void Main(string[] args)
{
var tweetPositiveObserver = Observer.Create<Fs.TweetEmotion>(tweet =>
{
if (tweet.Emotion.IsIndifferent)
if (tweet.Emotion.IsHappy)
Console.WriteLine(tweet.Tweet.Text);
});

Expand Down
6 changes: 0 additions & 6 deletions Common/PhotoViewer/App/App.config

This file was deleted.

Binary file removed Common/PhotoViewer/App/AsyncBlobCloud.FS.exe
Binary file not shown.
14 changes: 0 additions & 14 deletions Common/PhotoViewer/App/AsyncBlobCloud.FS.exe.config

This file was deleted.

12 changes: 0 additions & 12 deletions Common/PhotoViewer/App/AsyncBlobCloud.FS.xml

This file was deleted.

Binary file removed Common/PhotoViewer/App/AsyncBlobCloud.exe
Binary file not shown.
3 changes: 0 additions & 3 deletions Common/PhotoViewer/App/AsyncBlobCloud.exe.config

This file was deleted.

Binary file removed Common/PhotoViewer/App/FSharp.Charting.dll
Binary file not shown.
2,806 changes: 0 additions & 2,806 deletions Common/PhotoViewer/App/FSharp.Charting.xml

This file was deleted.

Binary file removed Common/PhotoViewer/App/FSharp.Core.dll
Binary file not shown.
11,120 changes: 0 additions & 11,120 deletions Common/PhotoViewer/App/FSharp.Core.xml

This file was deleted.

Binary file removed Common/PhotoViewer/App/FSharp.PowerPack.dll
Binary file not shown.
Loading

0 comments on commit 3c86f62

Please sign in to comment.