Skip to content

Commit

Permalink
fix type in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Or Hiltch committed Jan 17, 2017
1 parent 80130e1 commit 33c5bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ go test "github.com/orcaman/concurrent-map"

Contributions are highly welcome. In order for a contribution to be merged, please follow these guidelines:
- Open an issue and describe what you are after (fixing a bug, adding an enhancement, etc.).
- According to the core team's feedback on the above mentioned issue, submit a pull request, depciting the changes and linking to the issue.
- According to the core team's feedback on the above mentioned issue, submit a pull request, describing the changes and linking to the issue.
- New code must have test coverage.
- If the code is about performance issues, you must include benchmarks in the process (either in the issue or in the PR).
- In general, we would like to keep `concurrent-map` as simple as possible and as similar to the native `map`. Please keep this in mind when opening issues.
Expand Down

0 comments on commit 33c5bcb

Please sign in to comment.