Skip to content

Commit

Permalink
typo in readme :)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Mar 1, 2014
1 parent beda3ca commit efbdfe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# list

C doubly linked list implementation.
Expand Down Expand Up @@ -94,7 +93,7 @@

list iteration:

list *langs = list_new();
list_t *langs = list_new();

list_node_t *c = list_rpush(langs, list_node_new("c"));
list_node_t *js = list_rpush(langs, list_node_new("js"));
Expand Down Expand Up @@ -158,4 +157,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit efbdfe8

Please sign in to comment.