Skip to content

Commit

Permalink
Fixed minor issue in contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries authored and raul-gracia committed Mar 26, 2014
1 parent 5d09ff1 commit b8872bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -4,7 +4,7 @@

This project was built at Which? Ltd in the UK, but was released as open source in 2014 under the MIT Licence.

We're happy to receive contributions from the community for fixes and bugfixes and hopefully this guide helps new developers to the project to understand how to get started with the internals of ActiveRestClient.
We're happy to receive contributions from the community for features and bugfixes and hopefully this guide helps new developers to the project to understand how to get started with the internals of ActiveRestClient.

## Overview

Expand Down Expand Up @@ -59,4 +59,4 @@ The `passthrough` method initially rebuilds the url (if the URL itself has been

### ResultIterator

This acts like a simple `Array` where the JSON response was an array, but it adds in a `parallelise` method for if you need request all the elements of an array (if they're lazy loaded for example) in multiple threads.
This acts like a simple `Array` where the JSON response was an array, but it adds in a `parallelise` method for if you need request all the elements of an array (if they're lazy loaded for example) in multiple threads.

0 comments on commit b8872bf

Please sign in to comment.