-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md for monadPattern #2717
Conversation
monad/README.md
Outdated
@@ -3,7 +3,7 @@ title: Monad | |||
category: Functional | |||
language: en | |||
tag: | |||
- Reactive | |||
- Reactive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid removing spaces. They are meant for indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry, I have added the space back
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems good
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Looks good! Thank you for the contribution 🎉 @all-contributors please add @Chant3ll3 for docs |
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @Chant3ll3! 🎉 |
Fixes #2245 Explanation for Monad
Updating Monad pattern Readme.md file.