Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Fix typo in README. Fixes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
anupcowkur committed Mar 6, 2017
1 parent 31febc7 commit 132ddcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Here be dragons is an Intellij/Android Studio plugin that let's you annotate you
![How the plugin works](here-be-dragons.gif)

# Why would I want to do this?
When writing functional style code, isolating impure and pure functions becomes very important. This helsp you visually identify which methods are impure when a bunch of methods are being called in a code block.
When writing functional style code, isolating impure and pure functions becomes very important. This helps you visually identify which methods are impure when a bunch of methods are being called in a code block.

For a beginner friendly introduction to functional programming in Android, please checkout out my [blog series](https://medium.freecodecamp.com/functional-programming-for-android-developers-part-1-a58d40d6e742#.z2eewm52o).

Expand Down

0 comments on commit 132ddcd

Please sign in to comment.